From 07fcd53344fa56539230f443612c6d06ab296643 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 29 Mar 2023 09:14:05 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/Room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/Room.js b/public/js/Room.js index 8fda8e86..7e2344db 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -1654,7 +1654,7 @@ function isHtml(str) { function setupInitVideoSize() { initVideo.style.width = '100%'; - initVideo.style.height = '240px'; + initVideo.style.height = '25%'; } // ####################################################