Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {% load static mogrify %}
  2. <img
  3. class="lazyload {{ class }}"
  4. src="{% static 'sv3/img/spokesman-logo.png' %}"
  5. data-sizes="auto"
  6. data-srcset="
  7. {% mogrify img_url resize '300x169' %} 300w,
  8. {% mogrify img_url resize '530x298' %} 530w,
  9. {% mogrify img_url resize '720x408' %} 720w,
  10. {% mogrify img_url resize '1170x658' %} 1170w,"
  11. alt="{{ img_alt }}" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement