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

2 lines
175 B
HTML
Raw Normal View History

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