Fix video in press/video
hiro

hiro commited on 2018-03-30 15:40:12
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

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