Created
June 27, 2014 14:37
-
-
Save gerbenvandijk/98c08df6b1ebc8a18798 to your computer and use it in GitHub Desktop.
HTML5 video subtitles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<track kind="subtitles" label="English subtitles" src="subtitles_en.vtt" srclang="en" default></track> | |
<track kind="subtitles" label="Nederlandse ondertitels" src="subtitles_nl.vtt" srclang="nl"></track> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment