commit 1a271544da4104bad8d80d054c62f276264340c5 Author: hiro hiro@torproject.org Date: Fri Mar 30 16:30:46 2018 +0200
Move video and subs to extra --- press/en/video.wml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/press/en/video.wml b/press/en/video.wml index 7e04de55..22c8eeea 100644 --- a/press/en/video.wml +++ b/press/en/video.wml @@ -25,9 +25,9 @@ </p> <div style="text-align:center;">
-<video width="500" height="281" controls poster="$(IMGROOT)/tor-animation.jpg"> - <source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.mp4" type="video/mp4"> - Your browser does not support the video tag. +<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg"> + <source src="https://extra.torproject.org/media/video/Tor_Animation_en.mp4" type="video/mp4"> + <track label="English" kind="captions" src="https://extra.torproject.org/media/video/subs/vtt/en.vtt" srclang="en" default> </video> </div>