Remove SubModule Video and Add Custom One

This commit is contained in:
2022-04-20 15:30:29 +02:00
parent 5174c41956
commit dd4507c338
10 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
<video controls width="100%" preload="{{ .Get "preload" | default "metadata" }}">
<source src="{{ . | relURL }}" type="video/mp4">
{{ with .Get "src" }}<source src="{{ . | relURL }}" type="video/mp4">{{ end }}
</video>