X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8238800ebe93f0f67ef359ad51d198642db14edf..d30c85700a77653b48a5c28b5242dbe22b99a174:/project/templates/explorer/file_html.html?ds=sidebyside diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html index f3fe1876..23a13679 100644 --- a/project/templates/explorer/file_html.html +++ b/project/templates/explorer/file_html.html @@ -10,6 +10,14 @@ }); }); + function resizePanels() { + $('#images-wrap').height($(window).height() - 80); + $('#file-text').height($(window).height() - 80); + } + + $(window).resize(resizePanels) + resizePanels(); + $('#images').lazyload('.image-box', {threshold: 600}); }); @@ -20,8 +28,13 @@ {% block maincontent %}
ŹródłoHTML
{{ image_folders_form.folders }}
 
-
-

Aby zobaczyć obrazki wybierz folder z obrazkami powyżej.

+
{{ object|safe }}