mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(html): set min dimensions on background-video host (#1523)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user