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

6 lines
221 B
HTML
Raw Normal View History

2014-12-06 12:21:53 +11:00
<img alt="{{ alt }}" src="/{{ path }}" title="{{ title }}"{% 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 %}>