Convert viewer to inherit from media carousel.

This commit is contained in:
Dermot Duffy
2021-11-24 13:46:23 -08:00
parent 48f288e0fd
commit 2e9be783a6
6 changed files with 126 additions and 138 deletions
+13
View File
@@ -0,0 +1,13 @@
:host {
--video-max-height: none;
}
.embla__slide {
flex: 0 0 100%;
}
frigate-card-ha-hls-player {
height: 100%;
width: 100%;
transform-style: preserve-3d;
}