summaryrefslogtreecommitdiff
path: root/design/templates/lib/img_cluster.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/lib/img_cluster.html')
-rw-r--r--design/templates/lib/img_cluster.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html
new file mode 100644
index 0000000..b1ed854
--- /dev/null
+++ b/design/templates/lib/img_cluster.html
@@ -0,0 +1 @@
+{% load get_image_by_size %}<a href="{%get_image_by_size image "original"%} " title="view larger image"><img class="{{cluster_class}}" src="{% for size in image.sizes.all%}{%if size.name == cluster_class %}{% get_image_by_size image size.name %}{%endif%}{%endfor%}" alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" data-jslghtbx="{%get_image_by_size image "original"%}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}></a>