X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d30c85700a77653b48a5c28b5242dbe22b99a174..4419f93a01685b9864a6e78cb905c803ec0970b0:/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 %}