diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vid.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vid.md b/templates/vid.md index 66ec1323..c7bb4684 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -1,7 +1,9 @@ <div class="vid"> <video controls preload="metadata"> <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" /> +<TMPL_IF subtitles> <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default /> +</TMPL_IF> <p><em>Your browser does not support the video tag, please download the video instead.</em></p> </video> </div> |