Skip to content

Commit bb61e8b

Browse files
authored
Add subtitles to homepage video #69
#69
1 parent fd8597d commit bb61e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html-templates/home.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<source src="videos/video-small.mp4" type="video/mp4">
2020
<source src="videos/video-small.webm" type="video/webm">
2121
<source src="videos/video-small.ogv" type="video/ogg">
22+
<track label="English" kind="subtitles" srclang="en" src="videos/sintel-en.vtt" default>
2223
</video>
2324
</div>
2425

0 commit comments

Comments
 (0)