Updates on home page.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Aug 2017 14:18:03 +0000 (10:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Aug 2017 14:18:03 +0000 (10:18 -0400)
Update video being used.
Hide the placeholder for the Chute image.

front-page.php

index ffaa9ac..be92cc7 100644 (file)
@@ -14,7 +14,7 @@
         <div class="row">
             <?php get_template_part('parts/glm-blocks'); ?>
         </div>
-        <div class="img-feed">
+        <div class="img-feed" style="display: none;">
             <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/lens-fpo.jpg">
         </div>
         <div class="feature-events">
@@ -24,7 +24,7 @@
         </div>
         <?php get_template_part('parts/blog-feed-front');?>
         <div id="video">
-            <iframe width="560" height="315" src="https://www.youtube.com/embed/JWY2C8Z6d1g?rel=0" frameborder="0" allowfullscreen></iframe>
+            <iframe width="560" height="315" src="https://www.youtube.com/embed/N8kkHr3TfXk?rel=0" frameborder="0" allowfullscreen></iframe>
         </div>
     </div>
 <?php get_footer(); ?>