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

pull/10864/head jitsi-meet_6877
Robert Pintilii 3 years ago committed by GitHub
parent c58ebd9792
commit 02721c0c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save