Adding controls to the mobile video
authorLaury GvR <laury@gaslightmedia.com>
Tue, 15 Aug 2017 16:44:24 +0000 (12:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 15 Aug 2017 16:44:24 +0000 (12:44 -0400)
front-page.php
page.php

index 7e6dce3..25e234a 100644 (file)
@@ -12,7 +12,7 @@
             </video>
         </div>
         <div class="show-for-medium-down">
-            <video id="headerVideoMobile" autoplay="" loop="" muted="">
+            <video id="headerVideoMobile" autoplay="" loop="" muted="" controls="true">
                 <source src="<?php bloginfo('template_url'); ?>/assets/Header_Video_Mobile.webm">
                 <source src="<?php bloginfo('template_url'); ?>/assets/Header_Video_Mobile.mp4">
                 <p>Your browser does not support HTML5 video.</p>
index a89ea5f..05245fb 100644 (file)
--- a/page.php
+++ b/page.php
@@ -9,7 +9,7 @@
                     </video>
                 </div>
                 <div class="show-for-medium-down">
-                    <video id="headerVideoMobile" autoplay="" loop="" muted="">
+                    <video id="headerVideoMobile" autoplay="" loop="" muted="" controls="true">
                         <source src="<?php bloginfo('template_url'); ?>/assets/Real_Estate_Video_Mobile.webm">
                         <source src="<?php bloginfo('template_url'); ?>/assets/Real_Estate_Video_Mobile.mp4">
                         <p>Your browser does not support HTML5 video.</p>