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