Update how the player resizes to fit. Closes #2360
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
display: grid;
|
||||
width: 100%;
|
||||
justify-items: center;
|
||||
max-height: 75vh;
|
||||
height: 75vh;
|
||||
aspect-ratio: 16 / 9;
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
height: unset;
|
||||
max-height: 75vh;
|
||||
}
|
||||
|
||||
.player,
|
||||
.poster {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user