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 06dd04b commit 347a265Copy full SHA for 347a265
lib/web/mage/gallery/gallery.js
@@ -143,7 +143,7 @@ define([
143
}
144
});
145
146
- if (this.isTouchEnabled) {
+ if (this.isTouchEnabled && this.settings.isFullscreen) {
147
this.settings.$element.on('tap', '.fotorama__stage__frame', function () {
148
var translate = getTranslate($(this).parents('.fotorama__stage__shaft'));
149
0 commit comments