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

6 lines
201 B
HTML

<img alt="{{ alt }}" src="/{{ path }}"{% if resized %} srcset="
{% for i in resized %}
/{{ i.path }} {{ i.width }}w{% if forloop.last == false %},{% endif %}
{% endfor %}
"{% endif %}>