matrix.org/templates/shortcodes/figureVideo.html

7 lines
231 B
HTML

<figure>
<video controls preload="auto">
<source src="{{ vid }}" type="video/mp4">
Your browser does not support the video tag.
</video>
<figcaption>{{ caption | markdown | safe }}</figcaption>
</figure>