aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/video.html
blob: 9cf9b3a3f75a234e00ccfcf3d1e6629d96bd5fea (plain)
1
2
3
4
5
6
<div class="video has-text-centered">
  <video width="{{ .Get `width` }}" height="{{ .Get `height`}}" controls {{ .Get `options` | safeHTMLAttr }}>
    <source src="{{ .Get `source` }}" type="video/mp4">
  Your browser does not support the video tag.
  </video>
</div>