There was an error while loading. Please reload this page.
1 parent 350959a commit 4ec9edaCopy full SHA for 4ec9eda
1 file changed
storybook/dist/styles.css
@@ -2545,16 +2545,20 @@ input[type="radio"] + span::before {
2545
}
2546
.media-video img,
2547
.media-video iframe {
2548
- position: absolute;
2549
top: 0;
2550
left: 0;
2551
width: 100%;
2552
height: 100%;
+ aspect-ratio: 16 / 9;
2553
2554
.media-video img {
2555
+ position: absolute;
2556
-o-object-fit: cover;
2557
object-fit: cover;
2558
2559
+.media-video iframe {
2560
+ position: static;
2561
+}
2562
.slide {
2563
padding-top: 48px;
2564
padding-top: var(--space-600);
0 commit comments