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