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

2 lines
184 B
HTML
Raw Normal View History

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">