Change press video tag
hiro

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

... ...
@@ -25,8 +25,9 @@
25 25
 </p>
26 26
 <div style="text-align:center;">
27 27
 
28
-<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg">
28
+<video width="500" height="281" controls poster="$(IMGROOT)/tor-animation.jpg">
29 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.
30 31
 </video>
31 32
 </div>
32 33
 
33 34