Showing
2 changed files
with
3 additions
and
2 deletions
@@ -9,7 +9,8 @@ let indexObj = { | @@ -9,7 +9,8 @@ let indexObj = { | ||
9 | }, | 9 | }, |
10 | lazyLoad: function () { | 10 | lazyLoad: function () { |
11 | lazyload($('img.lazy'), { | 11 | lazyload($('img.lazy'), { |
12 | - threshold: 1000 | 12 | + threshold: 1000, |
13 | + q: 80 | ||
13 | }); | 14 | }); |
14 | }, | 15 | }, |
15 | resizeInit: function () { | 16 | resizeInit: function () { |
-
Please register or login to post a comment