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

4 lines
244 B
HTML

<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>