fix image include

This commit is contained in:
rzen
2020-09-01 09:59:48 -04:00
parent 98ab475ef5
commit a5484dd46b
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
{% endif %}
<figure {{width}} class="figure {% if include.caption %}caption{% endif %} {% if frame %}frame{% endif %}">
<a target="_blank" href="{{ imagePath }}"><img {{ src }} {{ alt }} /></a>
<a target="_blank" href="{{ imagePath }}"><img {{ src }} {{ alt }} style="width:100%" /></a>
{% if caption != blank %}<figcaption>{{ caption }}</figcaption>{% endif %}
</figure>