Browse Source

Always allow zoom images

shortcutme 3 years ago
parent
commit
d53a3aba8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/lib/zoom.min.js

+ 1 - 1
js/lib/zoom.min.js

@@ -38,7 +38,7 @@
       return window.open((e.target.getAttribute('data-original') || e.target.src), '_blank')
     }
 
-    if (target.width >= ($(window).width() - Zoom.OFFSET)) return
+    //if (target.width >= ($(window).width() - Zoom.OFFSET)) return
 
     this._activeZoomClose(true)