Skip to content

Commit 1cdc26b

Browse files
committed
Fix styling in ll sample
1 parent c03c1bd commit 1cdc26b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/low-latency/testplayer/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ video {
66
width: 100%;
77
height: auto;
88
margin: auto;
9+
aspect-ratio: 16 / 9;
910
}
1011

1112
#manifest {
@@ -48,4 +49,4 @@ video {
4849
.btn-success:hover {
4950
background-color: #007bff !important;
5051
border-color: #007bff !important;
51-
}
52+
}

0 commit comments

Comments
 (0)