website/layouts/shortcodes/video.html
2020-10-03 11:22:52 +02:00

3 lines
90 B
HTML

<video autoplay loop style="max-width: 100%;">
<source src="{{ .Get 0 }}" />
</video>