It's muted

https://www.w3schools.com/tags/att_video_muted.asp
This commit is contained in:
Jeremy Zhang 2018-06-15 22:57:45 +00:00
parent 1ccbe54237
commit 8202a43fb0

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 mute style="width:100%; border-radius: 10px;"> <video preload="true" autoplay loop muted 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')}}">