From 557d918cdf06009bc05bfc43f6380630c74e0a4b Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 29 Dec 2016 17:23:54 +0200 Subject: [PATCH] TEst --- 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 a236057..d647090 100755 --- a/resources/artbox-lazy.js +++ b/resources/artbox-lazy.js @@ -9,7 +9,7 @@ $(function() { }); function lazyInit() { $('img.artbox-lazy').lazyload({ - skip_invisible: true + skip_invisible: false }); lazyThreshold(); lazyEvent(); -- libgit2 0.21.4