diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-07 11:06:14 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-07 11:06:14 -0500 |
commit | 97f15dcd3318d8d3db9edf69d344e291bc1512ca (patch) | |
tree | ae70c3386d7f18730f84ff13da0aa4f38d1ef120 /design/templates/lib/img_cluster.html | |
parent | 090e60b6d8a435fe5bf2df6574f692e69830dbc0 (diff) |
fixed css for image clusters and house template
Diffstat (limited to 'design/templates/lib/img_cluster.html')
-rw-r--r-- | design/templates/lib/img_cluster.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html index b1ed854..9fdd64f 100644 --- a/design/templates/lib/img_cluster.html +++ b/design/templates/lib/img_cluster.html @@ -1 +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> +{% load get_image_by_size %}<a href="{%get_image_by_size image "original"%} " title="view larger image"><img class="{{cluster_class}} {%if extra%}{{extra}}{%endif%}" 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> |