12 lines
177 B
SCSS
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%;
|
|
} |