Move video and subs to extra
hiro

hiro commited on 2018-03-30 16:30:46
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -25,9 +25,9 @@
25 25
 </p>
26 26
 <div style="text-align:center;">
27 27
 
28
-<video width="500" height="281" controls poster="$(IMGROOT)/tor-animation.jpg">
29
-	<source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.mp4" type="video/mp4">
30
-       Your browser does not support the video tag.
28
+<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg">
29
+	<source src="https://extra.torproject.org/media/video/Tor_Animation_en.mp4" type="video/mp4">
30
+	<track label="English" kind="captions" src="https://extra.torproject.org/media/video/subs/vtt/en.vtt" srclang="en" default>
31 31
 </video>
32 32
 </div>
33 33
 
34 34