fix video formatting

This commit is contained in:
Andrew Cassidy 2019-05-04 20:51:17 -07:00 committed by Andrew Cassidy
parent f6b7474283
commit 93c5e2f622
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.

View File

@ -222,6 +222,8 @@ small {
margin-bottom: 20px;
video {
max-width: 100%;
max-height: 240px;
display: block;
margin-left: auto;
margin-right: auto;