mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
4 lines
244 B
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>
|