diff --git a/css/poketube.css b/css/poketube.css index 4a8ae3d9..e7675314 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -321,7 +321,9 @@ a { .video-player-container { - max-width:inherit ; + max-width: max-content; margin: inherit; max-height: inherit; + + aspect-ratio: inherit; }