X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d30c85700a77653b48a5c28b5242dbe22b99a174..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/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}); }); {% endblock extrahead %}