1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/templates/shortcodes/video.html

5 lines
244 B
HTML
Raw Normal View History

2022-04-19 20:48:54 +00:00
<figure class="text-center">
<video controls preload="none" src="{{ config.base_url }}/{{ video }}" poster="{{ config.base_url }}/{{ video }}.jpg" style="max-height: {{ height }}px"></video>
<figcaption>{{ caption }}</figcaption>
</figure>