summaryrefslogtreecommitdiff
path: root/design/templates/lib/friends_featured_img.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/lib/friends_featured_img.html')
-rw-r--r--design/templates/lib/friends_featured_img.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/design/templates/lib/friends_featured_img.html b/design/templates/lib/friends_featured_img.html
deleted file mode 100644
index 999c780..0000000
--- a/design/templates/lib/friends_featured_img.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% 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;" />