Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibrhmbzkrtcom/9176c18061f8aa37995b5ec691b7ac08 to your computer and use it in GitHub Desktop.
Save ibrhmbzkrtcom/9176c18061f8aa37995b5ec691b7ac08 to your computer and use it in GitHub Desktop.
Caption Example with the <track> Element
<video controls>
<source src="video.mp4" type="video/mp4">
<track src="subtitles_en.vtt" kind="subtitles" srclang="en" label="English">
Your browser does not support the video tag.
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment