Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/vendor
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-01-12 04:58:52 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-12 04:58:52 +0300
commit81a2293d0321d6dd9453a8aaa3351d28e6c90328 (patch)
tree57dcdf8252243fe325d1d520e920274a24f1cd55 /js/vendor
parent9a48f574a3f0c136cf61a061286ce9811367ce82 (diff)
Fix Fullscreen on Webkit
Also added up/down keys to zoom in/out
Diffstat (limited to 'js/vendor')
-rw-r--r--js/vendor/bigshot/bigshot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vendor/bigshot/bigshot.js b/js/vendor/bigshot/bigshot.js
index 7b5d2f9d..64d50173 100644
--- a/js/vendor/bigshot/bigshot.js
+++ b/js/vendor/bigshot/bigshot.js
@@ -1187,7 +1187,7 @@ bigshot.FullScreen.prototype = {
that.onClose ();
}
};
- this.container[this.requestFullScreen]();
+ this.container[this.requestFullScreen](Element.ALLOW_KEYBOARD_INPUT);
},
/**