Commit a715a429e9692d8c5e93dbe28a4335ec1998c67f

Authored by Yarik
1 parent f6b86bc1

Js basket fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
resources/artbox-lazy.js
... ... @@ -8,7 +8,7 @@ $(function() {
8 8 });
9 9 function lazyThreshold() {
10 10 $.each($('img.artbox-lazy-threshold'), function(index, value) {
11   - var threshold = 200;
  11 + var threshold = 205;
12 12 var attribute = $(value).data('threshold');
13 13 if(attribute) {
14 14 threshold = attribute;
... ...