adding header video
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 20 Aug 2018 16:48:44 +0000 (12:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 20 Aug 2018 16:48:44 +0000 (12:48 -0400)
assets/header.m4v [new file with mode: 0644]
assets/temp.mp4 [deleted file]
header.php

diff --git a/assets/header.m4v b/assets/header.m4v
new file mode 100644 (file)
index 0000000..80b13af
Binary files /dev/null and b/assets/header.m4v differ
diff --git a/assets/temp.mp4 b/assets/temp.mp4
deleted file mode 100644 (file)
index 94b2e82..0000000
Binary files a/assets/temp.mp4 and /dev/null differ
index c6b4131..e67087e 100644 (file)
         <div id="slideshow">
             <div class="show-for-large-up">
                 <video id="headerVideo" autoplay="" loop="" muted="">
-                    <source src="<?php bloginfo('template_url'); ?>/assets/temp.mp4">
+                    <source src="<?php bloginfo('template_url'); ?>/assets/header.m4v">
                     <p>Your browser does not support HTML5 video.</p>
                 </video>
             </div>