From: zuber Date: Mon, 17 Aug 2009 22:37:16 +0000 (+0200) Subject: Zwiększenie ilości ładowanych naraz skanów. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/a1982d4e37d348ca0f58d41e1d4ce6022ca09b4d Zwiększenie ilości ładowanych naraz skanów. --- 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}); });