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

4 lines
239 B
HTML
Raw Permalink Normal View History

{% assign largest = resized | sort: 'width' | last %}
2016-09-28 08:48:24 +10:00
<img alt="{{ alt }}" src="/{{ original.path }}" title="{{ title }}" srcset="{% for i in resized %}/{{ i.path }} {{ i.width }}w,{% endfor %}/{{ original.path }} {{ original.width }}w">