You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
787 B

{{- $src := .Get "src" | default (.Get 0) -}}
{{- $title := .Get "title" | default "Shared video" }}
<!-- <video controls controlslist="noremoteplayback" preload="metadata" poster="{{ .Page.Permalink }}{{ $src }}.jpg"> -->
<video controls preload="metadata" poster="{{ .Page.Permalink }}{{ $src }}.jpg">
<source src="{{ .Page.Permalink }}{{ $src }}.ogv" type="video/ogv" />
<source src="{{ .Page.Permalink }}{{ $src }}.webm" type="video/webm" />
<source src="{{ .Page.Permalink }}{{ $src }}.mp4" type="video/mp4" />
Oh sorry, we could not show you the video!<br />
We had the following sources:
<a href="{{ .Page.Permalink }}{{ $src }}.ogv">ogv</a>,
<a href="{{ .Page.Permalink }}{{ $src }}.webm">webm</a>,
<a href="{{ .Page.Permalink }}{{ $src }}.mp4">mp4</a>
</video>