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

6 lines
157 B
HTML
Raw Normal View History

2021-01-03 21:49:15 +01:00
<figure>
2021-10-07 18:49:18 +02:00
<video preload="none" controls src="{{ .Get "mp4" }}" poster="/videoposter.jpg">
2021-01-03 21:49:15 +01:00
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>