jekyll-responsive-image/features/fixtures/_includes/responsive-image.html

6 lines
201 B
HTML
Raw Normal View History

2014-12-06 10:55:10 +11:00
<img alt="{{ alt }}" src="/{{ path }}"{% if resized %} srcset="
2014-12-06 03:26:50 +11:00
{% for i in resized %}
/{{ i.path }} {{ i.width }}w{% if forloop.last == false %},{% endif %}
{% endfor %}
2014-12-06 10:55:10 +11:00
"{% endif %}>