diff options
author | Sam Potts <me@sampotts.me> | 2015-08-09 09:29:33 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-08-09 09:29:33 +1000 |
commit | bf0c81b4845ac576b92f406cfeaa4da259b1d449 (patch) | |
tree | fb361c97fdcae318faa6290164faaa0d409cc13e /docs/index.html | |
parent | aa72a17f44b15d569c746a9d2236d796e1de4274 (diff) | |
download | plyr-bf0c81b4845ac576b92f406cfeaa4da259b1d449.tar.lz plyr-bf0c81b4845ac576b92f406cfeaa4da259b1d449.tar.xz plyr-bf0c81b4845ac576b92f406cfeaa4da259b1d449.zip |
Docs
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 75f08afd..4bd2bd88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ <source src="https://cdn.selz.com/plyr/1.0/movie.webm" type="video/webm"> <!-- Text track file --> - <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/en.vtt?2" default> + <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/example_captions_en.vtt" default> <!-- Fallback for browsers that don't support the <video> element --> <a href="https://cdn.selz.com/plyr/1.0/movie.mp4">Download</a> |