Enable fullscreen mode on file preview frame
This commit is contained in:
parent
12f4a44fdd
commit
a5e09a0ea6
1 changed files with 3 additions and 2 deletions
|
@ -472,8 +472,9 @@ class kolab_files_engine
|
|||
|
||||
$this->rc->output->add_gui_object('preview_frame', $attrib['id']);
|
||||
|
||||
$attrib['src'] = $href;
|
||||
$attrib['onload'] = 'kolab_files_frame_load(this)';
|
||||
$attrib['allowfullscreen'] = true;
|
||||
$attrib['src'] = $href;
|
||||
$attrib['onload'] = 'kolab_files_frame_load(this)';
|
||||
|
||||
return html::iframe($attrib);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue