fix(html): set min dimensions on background-video host (#1523)

This commit is contained in:
Santiago Puppo
2026-05-08 10:15:45 -07:00
committed by GitHub
parent f32bbd8d56
commit a1e37dd66f
@@ -7,7 +7,9 @@ background-video-skin {
position: relative;
display: block;
width: 100%;
min-width: 300px;
height: 100%;
min-height: 150px;
object-fit: var(--media-object-fit);
}