diff --git a/resources/artbox-lazy.js b/resources/artbox-lazy.js index b654bfb..1d4983f 100644 --- a/resources/artbox-lazy.js +++ b/resources/artbox-lazy.js @@ -8,7 +8,7 @@ $(function() { }); function lazyThreshold() { $.each($('img.artbox-lazy-threshold'), function(index, value) { - var threshold = 200; + var threshold = 205; var attribute = $(value).data('threshold'); if(attribute) { threshold = attribute; -- libgit2 0.21.4