Add track tag for subtitles; make source tag HTML5 closed.
This commit is contained in:
parent
ba6f17394e
commit
adb051f42f
2 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,8 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
||||||
<div class="w-70-ns mh2">
|
<div class="w-70-ns mh2">
|
||||||
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
||||||
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||||
<source src="/videos/sfc-introduction_1080p.mp4">
|
<source src="/videos/sfc-introduction_1080p.mp4" />
|
||||||
|
<track src="/videos/sfc-introduction_1080p..vtt" kind="subtitles" srclang="en" label="English" />
|
||||||
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
|
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
|
||||||
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
||||||
</video></p>
|
</video></p>
|
||||||
|
|
|
@ -53,7 +53,8 @@
|
||||||
a Sustainer:
|
a Sustainer:
|
||||||
<p style="text-align:center;">
|
<p style="text-align:center;">
|
||||||
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||||
<source src="/videos/sfc-introduction_1080p.mp4">
|
<source src="/videos/sfc-introduction_1080p.mp4" />
|
||||||
|
<track src="/videos/sfc-introduction_1080p..vtt" kind="subtitles" srclang="en" label="English" />
|
||||||
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
|
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
|
||||||
alt="Software Freedom Conservancy introduction video"></a><br/>
|
alt="Software Freedom Conservancy introduction video"></a><br/>
|
||||||
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
||||||
|
|
Loading…
Reference in a new issue