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,7 +8,7 @@ $(function() {
8 }); 8 });
9 function lazyThreshold() { 9 function lazyThreshold() {
10 $.each($('img.artbox-lazy-threshold'), function(index, value) { 10 $.each($('img.artbox-lazy-threshold'), function(index, value) {
11 - var threshold = 200; 11 + var threshold = 205;
12 var attribute = $(value).data('threshold'); 12 var attribute = $(value).data('threshold');
13 if(attribute) { 13 if(attribute) {
14 threshold = attribute; 14 threshold = attribute;