This commit is contained in:
parent
04479434eb
commit
968e6a1389
3 changed files with 20 additions and 0 deletions
6
layouts/shortcodes/video.html
Normal file
6
layouts/shortcodes/video.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue