New hero image instead of frontpage header video
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Mar 2019 21:51:32 +0000 (17:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Mar 2019 21:51:32 +0000 (17:51 -0400)
assets/2-and-7-top.jpg [new file with mode: 0644]
assets/2-and-7.jpg [new file with mode: 0644]
front-page.php

diff --git a/assets/2-and-7-top.jpg b/assets/2-and-7-top.jpg
new file mode 100644 (file)
index 0000000..19d31a6
Binary files /dev/null and b/assets/2-and-7-top.jpg differ
diff --git a/assets/2-and-7.jpg b/assets/2-and-7.jpg
new file mode 100644 (file)
index 0000000..ad6da59
Binary files /dev/null and b/assets/2-and-7.jpg differ
index ad92c13..c20e739 100644 (file)
@@ -6,18 +6,20 @@
 <main class="page-front">
     <div id="content-wrapper">
         <div class="show-for-large-up">
-            <video id="headerVideo" autoplay="" loop="" muted="">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video_2.mp4">
+            <img src="<?php bloginfo('template_url'); ?>/assets/2-and-7.jpg">
+            <!-- <video id="headerVideo" autoplay="" loop="" muted="">
+                <source src="<?php //bloginfo('template_url'); ?>/assets/videos/Header_Video_2.mp4">
                 <p>Your browser does not support HTML5 video.</p>
-            </video>
+            </video> -->
         </div>
         <div class="show-for-medium-down">
-            <video id="headerVideoMobile" autoplay="" loop="" muted="" controls="true">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.webm">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.m4v">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.mp4">
+            <img src="<?php bloginfo('template_url'); ?>/assets/2-and-7.jpg">
+            <!-- <video id="headerVideoMobile" autoplay="" loop="" muted="" controls="true">
+                <source src="<?php //bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.webm">
+                <source src="<?php //bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.m4v">
+                <source src="<?php //bloginfo('template_url'); ?>/assets/videos/Header_Video_2_Mobile_Optimized.mp4">
                 <p>Your browser does not support HTML5 video.</p>
-            </video>
+            </video> -->
         </div>
 
         <div class="row">