Remove cc track from video preventing it from working
hiro

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

... ...
@@ -27,7 +27,6 @@
27 27
 
28 28
 <video width="500" height="281" controls preload="none" 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
-	<track label="English" kind="captions" src="https://media.torproject.org/video/2015-03-animation/subs/vtt/en.vtt" srclang="en" default>
31 30
 </video>
32 31
 </div>
33 32
 
34 33