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

6 lines
202 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 %}>