From 02721c0c3d36d348cf59b5f0ee1082efc86e8da7 Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Thu, 27 Jan 2022 12:55:49 +0200 Subject: [PATCH] fix(thumbnails) Change local thumbnail aspect ratio (#10861) --- interface_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index cf97296e57..fde08bb47e 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: 16 / 9, // 16:9 + LOCAL_THUMBNAIL_RATIO: 1, // 1:1 /** * Maximum coefficient of the ratio of the large video to the visible area