From cd63c93dce1226a01eb24d38af8b02ee3cf6c44f Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 19 Oct 2020 21:52:53 +0200 Subject: [PATCH] Fix web player overflow --- web/static/css/player.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/css/player.css b/web/static/css/player.css index 1d09cad..75a277f 100644 --- a/web/static/css/player.css +++ b/web/static/css/player.css @@ -2,7 +2,7 @@ video { display: block; flex-grow: 1; - width: 100%; + max-width: 100%; /* Black borders around video */ background-color: #000;