From a27958cce65d6325c9a9f0481cf0074ef7babf66 Mon Sep 17 00:00:00 2001 From: "Vasanth.V" Date: Mon, 13 Apr 2020 16:33:50 +0530 Subject: [PATCH] Object fit to contain --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 2b895f4..b136482 100755 --- a/www/style.css +++ b/www/style.css @@ -15,7 +15,7 @@ video { width: 100%; height: auto; height: 100%; - object-fit: cover; + object-fit: contain; } video:fullscreen { object-fit: contain;