Browse Source

fix(thumbnails) Revert local tile ratio (#11009)

master
Robert Pintilii 3 years ago
parent
commit
fd9d19a951
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

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

Loading…
Cancel
Save