diff options
author | lxf <sng@luxagraf.net> | 2021-10-30 17:22:29 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-30 17:22:29 -0400 |
commit | bf2fa131cba6430ba93f584f4693c3444e0c455f (patch) | |
tree | 8100450ec72af6d698bb52dab1aab4cced3b7bd3 /templates/lib/friends_featured_img.html | |
parent | 7b628e9cde7fe2babe16523b7d1d44df0c468203 (diff) |
base: added a base template dir
Diffstat (limited to 'templates/lib/friends_featured_img.html')
-rw-r--r-- | templates/lib/friends_featured_img.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/lib/friends_featured_img.html b/templates/lib/friends_featured_img.html new file mode 100644 index 0000000..999c780 --- /dev/null +++ b/templates/lib/friends_featured_img.html @@ -0,0 +1,6 @@ +{% load get_image_by_size %} +<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px" + srcset="{% get_image_by_size image 'featured_jrnl'%} 520w, {% get_image_by_size image 'picwide-sm'%} 720w" + src="{% get_image_by_size image 'picwide-sm'%}" + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" + style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;max-width:94%; border:40px solid #f4f2f0;" /> |