diff --git a/views/partials/editor-bridge.hbs b/views/partials/editor-bridge.hbs
index 065b389a..af829094 100644
--- a/views/partials/editor-bridge.hbs
+++ b/views/partials/editor-bridge.hbs
@@ -51,8 +51,9 @@
var editorWindow;
- var $editorFrame = $('')
+ var $editorFrame = $('')
.attr('src', '/{{editorName}}/editor?id={{id}}&type=' + type)
+ .attr('allowfullscreen', 'true')
.on('load', function() {
editorWindow = $editorFrame[0].contentWindow;
editorWindow.bridge = editorWindow.bridge || {};