Files
advanced-camera-card/src/scss/media-carousel.scss
T

10 lines
172 B
SCSS

:host {
display: block;
width: 100%;
height: 100%;
--video-max-height: none;
// Keep the controls relative to the media carousel itself.
position: relative;
}