forked from wezm/wezm.net
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>
|