Files

6 lines
257 B
HTML
Executable File

<div class="video-wrapper" style="max-width: {{ .Get "width" | default "100%" }}; margin: 0 auto;">
<video src="{{ .Get "src" | relURL }}" controls style="width: 100%; height: auto;">
Your browser does not support the video tag.
</video>
</div>