www.franconian.net/layouts/shortcodes/recording_video.html

6 lines
223 B
HTML
Raw Normal View History

2021-01-03 21:49:15 +01:00
<figure>
<video preload="none" controls src="{{ .Get "mp4" }}" width="1280" height="720" poster="/videoposter.jpg">
2021-01-03 21:49:15 +01:00
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>
<a href="{{ .Get "mp4" }}">Download</a>