We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ebe9 commit b109f0cCopy full SHA for b109f0c
_includes/responsive_img.html
@@ -5,4 +5,4 @@
5
{% endfor %}
6
{% endcapture %}
7
8
-<img {% if class %}class="{{ class }}"{% endif %} src="{{ largest.path | relative_url }}" srcset="{{ srcset | strip_newlines }}/ {{ path }} {{ original.width }}w" {% if alt %}alt="{{ alt }}"{% endif %} {% if title %}title="{{ title }}"{% endif %} {% if zoomable %}data-zoomable{% endif %}/>
+<img {% if class %}class="{{ class }}"{% endif %} src="{{ largest.path | relative_url }}" srcset="{{ srcset | strip_newlines }} {{ path | relative_url }} {{ original.width }}w" {% if alt %}alt="{{ alt }}"{% endif %} {% if title %}title="{{ title }}"{% endif %} {% if zoomable %}data-zoomable{% endif %}/>
0 commit comments