jekyll-responsive-image/features/test-site/_includes/responsive-image.html

5 lines
186 B
HTML

<img alt="{{ alt }}" src="/{{ path }}" title="{{ title }}" srcset="
{% for i in resized %}/{{ i.path }} {{ i.width }}w,{% endfor %}
/{{ original.path }} {{ original.width }}w
">