matrix.org/templates/shortcodes/figure.html

4 lines
148 B
HTML

<figure style="height:100%;">
<img src="{{ img }}" alt="{{ caption }}" />
<figcaption>{{ caption | markdown | safe }}</figcaption>
</figure>