From: Anthony Talarico Date: Fri, 3 Nov 2017 18:05:01 +0000 (-0400) Subject: removing controls, not working in ios X-Git-Tag: v1.0.0^2~62 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=22933df0fde1d9352150399ff29d1546ca60c415;p=WP-Themes%2Fmeetingsmichigan.git removing controls, not working in ios video still doesn't play in ios, removing controls --- diff --git a/js/app.js b/js/app.js index bf2981c..21aeef1 100644 --- a/js/app.js +++ b/js/app.js @@ -38,9 +38,9 @@ $(document).ready(function () { // if (headerVideo) { // headerVideo.play(); // } - console.log("asdf"); - if($(window).width() < 1024){ - console.log("asdf"); - $(headerVideo).attr("controls",true); - } + + // if($(window).width() < 1024){ + // console.log("asdf"); + // $(headerVideo).attr("controls",true); + // } }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 0c931c1..1501462 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -29,9 +29,9 @@ $(document).ready(function () { // if (headerVideo) { // headerVideo.play(); // } - console.log("asdf"); - if($(window).width() < 1024){ - console.log("asdf"); - $(headerVideo).attr("controls",true); - } + + // if($(window).width() < 1024){ + // console.log("asdf"); + // $(headerVideo).attr("controls",true); + // } });