Zwiększenie ilości ładowanych naraz skanów.
authorzuber <marek@stepniowski.com>
Mon, 17 Aug 2009 22:37:16 +0000 (00:37 +0200)
committerzuber <marek@stepniowski.com>
Mon, 17 Aug 2009 22:37:16 +0000 (00:37 +0200)
project/templates/explorer/file_xml.html

index 18866d2..c774fe1 100644 (file)
@@ -59,7 +59,7 @@
             addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; });
             addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; });
             
-            $('#images-wrap').lazyload('.image-box', {threshold: 600});
+            $('#images-wrap').lazyload('.image-box', {threshold: 640 * 10, scrollTreshold: 640 * 5});
         });
 
     </script>