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 b9d978e commit 2110b40Copy full SHA for 2110b40
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