From a1982d4e37d348ca0f58d41e1d4ce6022ca09b4d Mon Sep 17 00:00:00 2001 From: zuber Date: Tue, 18 Aug 2009 00:37:16 +0200 Subject: [PATCH] =?utf8?q?Zwi=C4=99kszenie=20ilo=C5=9Bci=20=C5=82adowanych?= =?utf8?q?=20naraz=20skan=C3=B3w.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/templates/explorer/file_xml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 18866d2b..c774fe1e 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -59,7 +59,7 @@ addEditorButton('utwór', function(text) { return '' + text + ''; }); addEditorButton('akap', function(text) { return '' + text + ''; }); - $('#images-wrap').lazyload('.image-box', {threshold: 600}); + $('#images-wrap').lazyload('.image-box', {threshold: 640 * 10, scrollTreshold: 640 * 5}); }); -- 2.20.1