summaryrefslogtreecommitdiff
path: root/blag/layouts/shortcodes/video.html
blob: f664012efe8cd736d2334778e084fcc327f9ef78 (plain)
1
2
3
4
5
6
<div class="embed-video">
    <video width="{{ index .Params 2}}" height="{{ index .Params 3}}">
      <source src="{{ index .Params 0}}" type="{{ index .Params 1}}">
    Your browser does not support the video tag.
    </video>
</div>