Etherpad fills all horizontal space.

pull/56/head
yanas 11 years ago
parent 2cbdc43e78
commit 7298e4df4a
  1. 5
      etherpad.js

@ -81,11 +81,6 @@ var Etherpad = (function (my) {
= window.innerHeight - remoteVideos.outerHeight();
var availableWidth = Util.getAvailableVideoWidth();
var aspectRatio = 16.0 / 9.0;
if (availableHeight < availableWidth / aspectRatio) {
availableWidth = Math.floor(availableHeight * aspectRatio);
}
$('#etherpad>iframe').width(availableWidth);
$('#etherpad>iframe').height(availableHeight);
}

Loading…
Cancel
Save