Add video

This commit is contained in:
Jeremy Zhang
2017-04-05 21:32:38 -07:00
parent f8838b0af2
commit 331d76df6d
4 changed files with 4 additions and 44 deletions

View File

@ -7,11 +7,9 @@
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
<br /><br />
<div style="display: flex;align-items: center;">
<video preload="true" loop="" style="width:100%; border-radius: 10px;">
<source src="http://mee6.xyz/static/mee6.mp4" type="video/mp4">
<source src="http://mee6.xyz/static/mee6.webm" type="video/webm; codecs=vp8, vorbis">
<source type="video/ogg; codecs=theora, vorbis" src="http://mee6.xyz/static/mee6.ogg">
<video preload="true" loop autoplay style="width:100%; border-radius: 10px;">
<source src="{{ url_for('static', filename='titanembeds.mp4') }}" type="video/mp4">
Your browser does not support the video tag.
</video> <!-- TODO: Fix video and add autoplay -->
</video>
</div>
{% endblock %}