From 02b8336271e0e8be7e691d517c5fe17749e2c2d1 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 28 Dec 2016 18:09:15 +0200 Subject: [PATCH] Lazy fix --- resources/artbox-lazy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/artbox-lazy.js b/resources/artbox-lazy.js index d647090..a236057 100755 --- a/resources/artbox-lazy.js +++ b/resources/artbox-lazy.js @@ -9,7 +9,7 @@ $(function() { }); function lazyInit() { $('img.artbox-lazy').lazyload({ - skip_invisible: false + skip_invisible: true }); lazyThreshold(); lazyEvent(); -- libgit2 0.21.4