forked from wezm/wezm.net
5 lines
244 B
HTML
5 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>
|