We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159e307 commit 8ee4de1Copy full SHA for 8ee4de1
_includes/figure.html
@@ -1,7 +1,7 @@
1
<figure class="figure">
2
{% assign images = include.src | split: ',' %}
3
{% for image in images %}
4
- <img src="{{ image }}" alt="Image: {{ include.caption }}" style="{{ include.style }}">
+ <img src="{{ image }}" alt="Image: {{ include.caption }}" style="{{ include.style }}" height="{{ include.height }}" width="{{ include.width }}">
5
{% endfor %}
6
{% if include.caption %}
7
<figcaption class="figcaption">
0 commit comments