changing video format to mp4 for ios devices
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Nov 2017 17:48:00 +0000 (13:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Nov 2017 17:48:00 +0000 (13:48 -0400)
ios doesnt support autoplay, changing video format to mp4

parts/video.php

index beee9b0..397f71b 100644 (file)
@@ -1,8 +1,6 @@
 <?php if (is_front_page()) : ?>
        <div id="front-page-video-container">
     <video id="front-page-video" autoplay="" loop="" muted="">
-        <source src="<?php bloginfo('template_url'); ?>/assets/videos/header.webm">
-        <source src="<?php bloginfo('template_url'); ?>/assets/videos/header.m4v">
         <source src="<?php bloginfo('template_url'); ?>/assets/videos/header.mp4">  
     </video>