fix video formatting

This commit is contained in:
2019-05-04 20:51:17 -07:00
parent 2d6af81f93
commit 845b2c8205
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<video height="240" controls>
<video controls>
<source src="{{ include.src }}" type="video/{{ include.type }}">
Your browser does not support the HTML video tag.