Skip to content

Commit 34403ce

Browse files
committed
Fix video element css (aspect ratio)
1 parent 9f78520 commit 34403ce

File tree

1 file changed

+1
-0
lines changed
  • samples/dash-if-reference-player/app/css

1 file changed

+1
-0
lines changed

samples/dash-if-reference-player/app/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ a:hover {
159159
width: 100%;
160160
height: auto;
161161
margin: auto;
162+
aspect-ratio: 16 / 9;
162163
}
163164

164165
.col-md-9 {

0 commit comments

Comments
 (0)