commit a091880d0cb8c9893ccf1a82e27ffe12809814df Author: hiro hiro@torproject.org Date: Fri Mar 30 16:16:03 2018 +0200
Change press video tag --- press/en/video.wml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/press/en/video.wml b/press/en/video.wml index 5d10273b..7e04de55 100644 --- a/press/en/video.wml +++ b/press/en/video.wml @@ -25,8 +25,9 @@ </p> <div style="text-align:center;">
-<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg"> +<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> </div>
tor-commits@lists.torproject.org