From 584309ffdf2a1fc0901d3653b97f02ec95f09e70 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Feb 2018 13:02:42 +0100 Subject: Sheets: use lightgallery to display images on sheets --- ishtar_common/templates/ishtar/sheet.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/templates/ishtar/sheet.html') diff --git a/ishtar_common/templates/ishtar/sheet.html b/ishtar_common/templates/ishtar/sheet.html index ee57d312d..8cfbe22ca 100644 --- a/ishtar_common/templates/ishtar/sheet.html +++ b/ishtar_common/templates/ishtar/sheet.html @@ -80,6 +80,9 @@ '', function(){$("#{{window_id}}").remove();}, true); }); + {% if item.image %} + lightGallery(document.getElementById('lightgallery-{{window_id}}')); + {% endif%} }); {% endblock %} -- cgit v1.2.3