From 92dce7b24cbd68405c566c508eb48e4938f63a45 Mon Sep 17 00:00:00 2001 From: PrestonN Date: Sat, 4 Aug 2018 22:39:21 -0400 Subject: [PATCH] Prevent the video player from being over sized on vertical videos --- src/style/player.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/player.css b/src/style/player.css index 748e83a0d..b99104a4d 100644 --- a/src/style/player.css +++ b/src/style/player.css @@ -148,6 +148,7 @@ iframe { .videoPlayer { width: 100%; + max-height: 1100px; } .statistics {