summaryrefslogtreecommitdiff
path: root/_includes/video.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/video.html')
-rw-r--r--_includes/video.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/video.html b/_includes/video.html
index 48cba1c..8cd9454 100644
--- a/_includes/video.html
+++ b/_includes/video.html
@@ -1,3 +1,3 @@
<center>
- <video height="auto" width="100%" controls>{% if {{include.webm}} %}<source src="{{include.webm}}" type="video/webm">{% endif %}{% if {{include.mp4}} %}<source src="{{include.mp4}}" type="video/mp4">{% endif %}{% if {{include.ogv}} %}<source src="{{include.ogv}}" type="video/ogg">{% endif %}It seems your browser is unable to handle the html5 video tag with this type of video.</video>
+ <video height="auto" width="100%" controls>{% if {{include.webm}} %}<source src="{{include.webm}}" type="video/webm">{% endif %}{% if {{include.mp4}} %}<source src="{{include.mp4}}" type="video/mp4">{% endif %}{% if {{include.ogv}} %}<source src="{{include.ogv}}" type="video/ogg">{% endif %}It seems your browser is unable to handle the html5 video tag with this type of video.</video>
</center>