nemunai.re/layouts/shortcodes/video.html
Pierre-Olivier Mercier 968e6a1389
All checks were successful
continuous-integration/drone/push Build is passing
Add video
2023-06-08 15:43:14 +02:00

7 lines
316 B
HTML

<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>