Changeset - e6b433dbecb9
[Not reviewed]
version_5
0 1 0
Dennis Fink - 9 years ago 2015-10-11 18:44:20
dennis.fink@c3l.lu
Remove preload attribute from video
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/index.html
Show inline comments
 
@@ -39,7 +39,7 @@
 
  </div>
 
  <div class="col-md-6">
 
    <p>
 
      <video id="tor-animation" width="560" height="315" controls preload="auto" class="video-js vjs-default-skin vjs-big-play-centered" data-setup="">
 
      <video id="tor-animation" width="560" height="315" controls class="video-js vjs-default-skin vjs-big-play-centered" data-setup="">
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.webm') }}" type='video/webm' />
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/mp4' />
 

	
0 comments (0 inline, 0 general)