From 645fee8b0be586eb53b292ae1c767a0ac56658bc Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 9 Jul 2021 10:59:42 +0200 Subject: [PATCH] fix video player --- static/css/video-box.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/video-box.css b/static/css/video-box.css index d53f6fd..f6757bd 100644 --- a/static/css/video-box.css +++ b/static/css/video-box.css @@ -28,6 +28,10 @@ max-width: 100%; } + .video-box iframe { + max-width: 100%; +} + .video-box .media { line-height: 0; } @@ -159,6 +163,7 @@ height: inherit; opacity: 0; background-color: rgba(0,0,0,.3); + cursor: pointer; } .video-thumbnail:hover {