Created
February 4, 2025 14:09
-
-
Save ibrhmbzkrtcom/9176c18061f8aa37995b5ec691b7ac08 to your computer and use it in GitHub Desktop.
Caption Example with the <track> Element
This file contains 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
<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