Files
ffs/layouts/shortcodes/video.html
T

7 lines
347 B
HTML
Executable File

<div class="video-container" style="text-align: center; margin: 20px 0;">
<video controls preload="metadata" width="{{ .Get "width" | default "100%" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
<source src="{{ .Get "src" }}" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>