diff options
Diffstat (limited to '_includes/video.html')
| -rw-r--r-- | _includes/video.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/video.html b/_includes/video.html new file mode 100644 index 0000000..48cba1c --- /dev/null +++ b/_includes/video.html @@ -0,0 +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> +</center> |
