瀏覽代碼

fix(thumbnails) Change local thumbnail aspect ratio (#10861)

master
Robert Pintilii 3 年之前
父節點
當前提交
02721c0c3d
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js 查看文件

@@ -91,7 +91,7 @@ var interfaceConfig = {
91 91
 
92 92
     LANG_DETECTION: true, // Allow i18n to detect the system language
93 93
     LIVE_STREAMING_HELP_LINK: 'https://jitsi.org/live', // Documentation reference for the live streaming feature.
94
-    LOCAL_THUMBNAIL_RATIO: 16 / 9, // 16:9
94
+    LOCAL_THUMBNAIL_RATIO: 1, // 1:1
95 95
 
96 96
     /**
97 97
      * Maximum coefficient of the ratio of the large video to the visible area

Loading…
取消
儲存