nemunai.re/layouts/shortcodes/video.html

7 lines
316 B
HTML
Raw Normal View History

2023-06-08 13:43:14 +00:00
<div class="embed-responsive embed-responsive-16by9" style="margin-top:.7em;margin-bottom:.7em">
<video controls preload="auto" playsinline class="embed-responsive-item">
<source src="{{ .Get "src" }}" type="video/mp4">
<span>Download the video <a href="{{ .Get "src" }}">here</a></span>
</video>
</div>