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.
2 parents adfea2f + 2110b40 commit 711ce18Copy full SHA for 711ce18
js/zoom.js
@@ -23,6 +23,8 @@
23
24
if (!target || target.tagName != 'IMG') return
25
26
+ if (this._$body.hasClass('zoom-overlay-open')) return
27
+
28
if (e.metaKey) return window.open(e.target.src, '_blank')
29
30
if (target.width >= (window.innerWidth - Zoom.OFFSET)) return
0 commit comments