Files
advanced-camera-card/src/scss/media-carousel.scss
T
2022-01-30 16:58:22 -08:00

12 lines
177 B
SCSS

:host {
--video-max-height: none;
}
.embla__container {
// To support adaptive height animations.
transition: max-height 0.5s ease;
}
.embla__slide {
flex: 0 0 100%;
}