Updated video to HD

This commit is contained in:
Jeremy Zhang 2017-04-07 07:04:05 +00:00
parent 331d76df6d
commit db71ffae02
4 changed files with 6 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,9 +7,11 @@
<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 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>
<video preload="true" autoplay loop style="width:100%; border-radius: 10px;">
<source src="{{url_for('static', filename='titanembeds.mp4')}}" type="video/mp4">
<source src="{{url_for('static', filename='titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis">
<source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='titanembeds.ogg')}}">
Your browser does not support the video tag.
</video>
</div>
{% endblock %}