Updates to homepage video section.
authorLeif Hanson <leif@gaslightmedia.com>
Tue, 25 Feb 2014 18:05:59 +0000 (18:05 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Tue, 25 Feb 2014 18:05:59 +0000 (18:05 +0000)
styles.css
templates/template.html

index de10acc..3164706 100755 (executable)
@@ -757,8 +757,8 @@ p.captionDescWrapper {
 #home_video_wrapper {
     width: 790px;
     margin: 0 auto;
-    padding: 10px 0 4px 0;
-    min-height: 200px;
+    padding: 14px 0 8px 0;
+    /*min-height: 200px;*/
     background: url(assets/video_bg.jpg) 0 0 repeat-y;
     border: 3px solid #B4C98E;
     border-radius: 10px;
index 6b83c7d..8bee411 100755 (executable)
@@ -69,7 +69,7 @@
                 </ul>
             </div>
             <div id="home_video_wrapper" flexy:if="isHomePage">
-                <h2>Watch Our Videos</h2>
+                <!--<h2>Watch Our Videos</h2>-->
                 <div id="v" class="hBox">
                     <a href="http://www.youtube.com/embed/moe4-El9G_0?rel=0&hd=1" class="various fancybox.iframe">
                         <img src="http://img.youtube.com/vi/moe4-El9G_0/0.jpg">
                     </a>
                 </div>
                 <div id="v" class="hBox">
+                    <!-- Unconmment for lodging video.
                     <a href="http://www.youtube.com/embed/kweGsps9ONk?rel=0&hd=1" class="various fancybox.iframe">
                         <img src="http://img.youtube.com/vi/kweGsps9ONk/0.jpg">
                         <span class="vidoverlay"></span>
+                    </a>-->
+                    <a href="http://www.youtube.com/embed/uFlouHwvZMQ?rel=0&hd=1" class="various fancybox.iframe">
+                        <img src="http://img.youtube.com/vi/uFlouHwvZMQ/0.jpg">
+                        <span class="vidoverlay"></span>
                     </a>
                 </div>
             </div><!--/#home_video_wrapper-->