X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/626c374dc3f412d481ebc56386ab7f6bdd05b5e9..a1982d4e37d348ca0f58d41e1d4ce6022ca09b4d:/project/templates/explorer/file_xml.html 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}); });