summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/vid.md b/templates/vid.md
index 4ae41827..a0d0e3a9 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -1,5 +1,7 @@
-<video controls preload="metadata">
- <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
- <p><em>Your browser does not support the video tag,
- please download the video instead.</em></p>
-</video>
+<div class="vid">
+ <video controls preload="metadata">
+ <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
+ <p><em>Your browser does not support the video tag,
+ please download the video instead.</em></p>
+ </video>
+</div>