Commit 02b8336271e0e8be7e691d517c5fe17749e2c2d1

Authored by Yarik
1 parent 7e01e0de

Lazy fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
resources/artbox-lazy.js
... ... @@ -9,7 +9,7 @@ $(function() {
9 9 });
10 10 function lazyInit() {
11 11 $('img.artbox-lazy').lazyload({
12   - skip_invisible: false
  12 + skip_invisible: true
13 13 });
14 14 lazyThreshold();
15 15 lazyEvent();
... ...