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

6 lines
202 B
HTML
Raw Normal View History

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