From a715a429e9692d8c5e93dbe28a4335ec1998c67f Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 14 Dec 2016 20:02:29 +0200 Subject: [PATCH] Js basket fix --- resources/artbox-lazy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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