From 2155d9bb8034d04ee1331e9969af1c0f5af3ba8d Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 26 Sep 2022 09:55:39 -0400 Subject: [PATCH] Let the maximized video feed fill the window instead of getting letterboxed. --- src/video-grid/VideoTile.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video-grid/VideoTile.module.css b/src/video-grid/VideoTile.module.css index 8998f06..d5cbe85 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -43,6 +43,8 @@ .videoTile.maximised { position: relative; border-radius: 0; + height: 100%; + width: 100%; } .videoTile.screenshare > video {