We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e529d commit 9b03018Copy full SHA for 9b03018
1 file changed
src/js/core.js
@@ -749,6 +749,7 @@ class PhotoViewer {
749
break;
750
// +
751
case 187:
752
+ case 107:
753
this.zoom(
754
this.options.ratioThreshold * 3,
755
{ x: this.$stage.width() / 2, y: this.$stage.height() / 2 },
@@ -757,6 +758,7 @@ class PhotoViewer {
757
758
759
// -
760
case 189:
761
+ case 109:
762
763
-this.options.ratioThreshold * 3,
764
0 commit comments