From 30ffb30a9716ecc62b1083ba74b074455b4d346d Mon Sep 17 00:00:00 2001 From: Hemratna Bhimani Date: Wed, 29 Sep 2021 16:35:15 +0530 Subject: [PATCH] Fixes iOS fullscreen not centered issue. (#2284) --- src/sass/types/video.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sass/types/video.scss b/src/sass/types/video.scss index d8897c97..32352495 100644 --- a/src/sass/types/video.scss +++ b/src/sass/types/video.scss @@ -20,6 +20,7 @@ overflow: hidden; position: relative; width: 100%; + height: 100%; } // Default to 16:9 ratio but this is set by JavaScript based on config