commit 6271df7993cc5b82773575910a00acfbff797411 Author: hiro hiro@torproject.org Date: Fri Mar 30 15:39:43 2018 +0200
Fix video in press/video --- press/en/video.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/press/en/video.wml b/press/en/video.wml index 77251e2a..cd85a5c2 100644 --- a/press/en/video.wml +++ b/press/en/video.wml @@ -26,7 +26,7 @@ <div style="text-align:center;">
<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg"> - <source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.webm" type="video/webm"> + <source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.mp4" type="video/mp4"> <track label="English" kind="captions" src="https://media.torproject.org/video/2015-03-animation/subs/vtt/en.vtt" srclang="en" default> </video> </div>