add image shortcode

This commit is contained in:
Christoph Cullmann 2025-07-19 19:03:58 +02:00
parent d9bcef641e
commit 7e8ddd7939
No known key found for this signature in database
5 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,6 @@
<video width="100%" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
Your browser does not seem to support the video {{ .Get "src" }}.
</video>
<center>
<video width="80%" preload="auto" controls>
<source src="{{ .Get "src" }}" />
Your browser does not seem to support the video {{ .Get "src" }}.
</video>
</center>