Allow fullscreen mode in onlyoffice
parent
0a993a8750
commit
39800bca0d
|
@ -37,6 +37,7 @@ define([
|
|||
var $i = $('<iframe>').attr('id', 'sbox-iframe').attr('src',
|
||||
ApiConfig.httpSafeOrigin + (pathname || window.location.pathname) + 'inner.html?' +
|
||||
requireConfig.urlArgs + '#' + encodeURIComponent(JSON.stringify(req)));
|
||||
$i.attr('allowfullscreen', 'true');
|
||||
$('iframe-placeholder').after($i).remove();
|
||||
|
||||
// This is a cheap trick to avoid loading sframe-channel in parallel with the
|
||||
|
|
Loading…
Reference in New Issue