From fd9d19a951c53d915570fb3834f23060d81bcdd3 Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Wed, 23 Feb 2022 09:07:26 +0200 Subject: [PATCH] fix(thumbnails) Revert local tile ratio (#11009) --- interface_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index fde08bb47..cf97296e5 100644 --- a/interface_config.js +++ b/interface_config.js @@ -91,7 +91,7 @@ var interfaceConfig = { LANG_DETECTION: true, // Allow i18n to detect the system language LIVE_STREAMING_HELP_LINK: 'https://jitsi.org/live', // Documentation reference for the live streaming feature. - LOCAL_THUMBNAIL_RATIO: 1, // 1:1 + LOCAL_THUMBNAIL_RATIO: 16 / 9, // 16:9 /** * Maximum coefficient of the ratio of the large video to the visible area