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 c824d12 commit 7238998Copy full SHA for 7238998
_includes/figure.html
@@ -22,7 +22,7 @@
22
{% if include.min-width %}min-width="{{ include.min-width }}"{% endif %}
23
{% if include.min-height %}min-height="{{ include.min-height }}"{% endif %}
24
{% if include.max-width %}max-width="{{ include.max-width }}"{% endif %}
25
- {% if include.max-height %}height="{{ include.max-height }}"{% endif %}
+ {% if include.max-height %}max-height="{{ include.max-height }}"{% endif %}
26
{% if include.alt %}alt="{{ include.alt }}"{% endif %}
27
{% if include.title %}title="{{ include.title }}"{% endif %}
28
{% if include.zoomable %}data-zoomable{% endif %}
0 commit comments