From 4defc656a58e6f2e0d50bccfd93b716ad171ceac Mon Sep 17 00:00:00 2001 From: yarik Date: Mon, 12 Dec 2016 19:09:04 +0200 Subject: [PATCH] Lazyload --- resources/artbox-lazy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/artbox-lazy.js b/resources/artbox-lazy.js index 6643e5d..63dea93 100644 --- a/resources/artbox-lazy.js +++ b/resources/artbox-lazy.js @@ -1,5 +1,7 @@ $(function() { - $('img.artbox-lazy').lazyload(); + $('img.artbox-lazy').lazyload({ + skip_invisible: false + }); lazyThreshold(); lazyEvent(); lazyEffect(); -- libgit2 0.21.4