Fix autoplay

Google is dumb
This commit is contained in:
Alex Howard 2018-06-15 18:38:48 -04:00 committed by GitHub
parent d540a4888b
commit 1ccbe54237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a> <a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
<br /><br /> <br /><br />
<div style="display: flex;align-items: center;"> <div style="display: flex;align-items: center;">
<video preload="true" autoplay loop style="width:100%; border-radius: 10px;"> <video preload="true" autoplay loop mute style="width:100%; border-radius: 10px;">
<source src="{{url_for('static', filename='video/v2/titanembeds.mp4')}}" type="video/mp4"> <source src="{{url_for('static', filename='video/v2/titanembeds.mp4')}}" type="video/mp4">
<source src="{{url_for('static', filename='video/v2/titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis"> <source src="{{url_for('static', filename='video/v2/titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis">
<source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='video/v2/titanembeds.ogg')}}"> <source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='video/v2/titanembeds.ogg')}}">