X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d30c85700a77653b48a5c28b5242dbe22b99a174..320fd24b68185b73f1180c425271e037331baa46:/project/templates/explorer/file_html.html

diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html
index 23a13679..ab8e40b4 100644
--- a/project/templates/explorer/file_html.html
+++ b/project/templates/explorer/file_html.html
@@ -18,7 +18,7 @@
             $(window).resize(resizePanels)
             resizePanels();
             
-            $('#images').lazyload('.image-box', {threshold: 600});
+            $('#images-wrap').lazyload('.image-box', {threshold: 600});
         });
     </script>
 {% endblock extrahead %}