summaryrefslogtreecommitdiff
path: root/templates/lib/img_archive.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-06-29 12:40:43 -0500
committerluxagraf <sng@luxagraf.net>2023-06-29 12:40:43 -0500
commit8fe8e1c333b721c61f1723e114bc46f2698fd6c1 (patch)
tree5bb9ced6665d23840cea5a63bffbf89e6a659b78 /templates/lib/img_archive.html
initital commit of pd tool
Diffstat (limited to 'templates/lib/img_archive.html')
-rw-r--r--templates/lib/img_archive.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/lib/img_archive.html b/templates/lib/img_archive.html
new file mode 100644
index 0000000..4ff8e8a
--- /dev/null
+++ b/templates/lib/img_archive.html
@@ -0,0 +1,7 @@
+{% load get_image_by_size %}
+{% get_image_by_size image 'featured_jrnl' as featured %}
+<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
+ srcset="{{featured}} 520w, {%get_image_by_size image 'picwide-sm'%} 720w"
+ src="{{featured}}"
+ alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"
+ {% if not nolightbox %}data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}{%endif%}>