Change Jitsi iframe width to auto

pull/4979/head
Diego Sampaio 10 years ago
parent 5654a4294b
commit e677af8ae4
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      packages/rocketchat-videobridge/client/views/videoFlexTab.js

@ -10,7 +10,7 @@ Template.videoFlexTab.onCreated(function() {
let timeOut = null;
let width = 500;
let width = 'auto';
let height = 500;
let configOverwrite = {

Loading…
Cancel
Save