Merge tag 'v1.0.14' into develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Mar 2018 15:33:49 +0000 (11:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Mar 2018 15:33:49 +0000 (11:33 -0400)
changing the front page video source

1  2 
front-page.php

diff --cc front-page.php
                  <?php endif;?>
              </div>
          </div>
 -        <div class="row">
 -            <?php get_template_part('parts/glm-blocks'); ?>
 +        <div id="video">
 +            <video id="front-page-video" playsinline loop controls muted>
-                 <source src="<?php bloginfo('template_url'); ?>/assets/winter_video.mp4" type="video/mp4">
++                <source src="<?php bloginfo('template_url'); ?>/assets/gaylord.m4v" type="video/mp4">
 +            </video>
 +            <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe> -->
          </div>
 +        
          <div class="feature-events">
              <div id="event-feed-row" class="row">
                  <?php get_template_part('parts/event-feed'); ?>