Commit 557d918cdf06009bc05bfc43f6380630c74e0a4b

Authored by Yarik
1 parent 02b83362

TEst

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: true
  12 + skip_invisible: false
13 13 });
14 14 lazyThreshold();
15 15 lazyEvent();
... ...