diff --git a/_includes/figure.html b/_includes/figure.html index e67e804..676236b 100644 --- a/_includes/figure.html +++ b/_includes/figure.html @@ -22,7 +22,7 @@ {% if include.min-width %}min-width="{{ include.min-width }}"{% endif %} {% if include.min-height %}min-height="{{ include.min-height }}"{% endif %} {% if include.max-width %}max-width="{{ include.max-width }}"{% endif %} - {% if include.max-height %}height="{{ include.max-height }}"{% endif %} + {% if include.max-height %}max-height="{{ include.max-height }}"{% endif %} {% if include.alt %}alt="{{ include.alt }}"{% endif %} {% if include.title %}title="{{ include.title }}"{% endif %} {% if include.zoomable %}data-zoomable{% endif %}