Different video for small and large view.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 24 Jul 2017 17:50:14 +0000 (13:50 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 24 Jul 2017 17:50:14 +0000 (13:50 -0400)
front-page.php

index e15924c..e4aaebd 100644 (file)
@@ -5,9 +5,16 @@
 </div>
 <main class="page-front">
     <div id="content-wrapper">
-        <video autoplay="" loop="" muted="">
-            <source src="<?php bloginfo('template_url'); ?>/assets/Header_Video.mp4">
-        </video>
+        <div class="show-for-medium-up">
+            <video autoplay="" loop="" muted="">
+                <source src="<?php bloginfo('template_url'); ?>/assets/Header_Video.mp4">
+            </video>
+        </div>
+        <div class="show-for-small-down">
+            <video autoplay="" loop="" muted="">
+                <source src="<?php bloginfo('template_url'); ?>/assets/Header_Video_Mobile.mp4">
+            </video>
+        </div>
 
         <div class="row">
             <div id="main-content" class="small-12 columns">