From 7e366d21e4335c5cca2ebbf8617cd8853172637c Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Sat, 11 Apr 2020 15:14:16 +0200 Subject: [PATCH] made remote video fill the whole screen --- public/css/chat.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/chat.css b/public/css/chat.css index aa5e1f5..c719365 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -375,8 +375,10 @@ button:hover { } #remote-video { - width: 75vw; - height: calc((16/9) * 75vw); + /* width: 75vw; + height: calc((16/9) * 75vw); */ + width: 100%; + height: 100%; /* border: 3px solid red; */ }