From: Anthony Talarico Date: Wed, 13 Dec 2017 14:42:27 +0000 (-0500) Subject: using original video while only slightly compressing file to retain quality X-Git-Tag: v1.0.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d7abca5da13c6473477c280b8ed825efb328d39e;p=WP-Themes%2Fmeetingsmichigan.git using original video while only slightly compressing file to retain quality using video closer in compression to the original video file for the header --- diff --git a/assets/videos/header-video.m4v b/assets/videos/header-video.m4v new file mode 100644 index 0000000..54dcea9 Binary files /dev/null and b/assets/videos/header-video.m4v differ diff --git a/assets/videos/header-video.mp4 b/assets/videos/header-video.mp4 new file mode 100755 index 0000000..036c6ff Binary files /dev/null and b/assets/videos/header-video.mp4 differ diff --git a/assets/videos/header.m4v b/assets/videos/header.m4v deleted file mode 100644 index 062e8f5..0000000 Binary files a/assets/videos/header.m4v and /dev/null differ diff --git a/assets/videos/header.webm b/assets/videos/header.webm deleted file mode 100644 index 81c04ed..0000000 Binary files a/assets/videos/header.webm and /dev/null differ diff --git a/assets/videos/no-audio.mp4 b/assets/videos/no-audio.mp4 deleted file mode 100644 index fade852..0000000 Binary files a/assets/videos/no-audio.mp4 and /dev/null differ diff --git a/js/app.js b/js/app.js index ec8fa66..783161b 100644 --- a/js/app.js +++ b/js/app.js @@ -35,9 +35,9 @@ $(document).ready(function () { }); var headerVideo = document.getElementById('front-page-video'); - if($(window).width() > 1024){ - $(headerVideo).attr("controls",false); - } + // if($(window).width() > 1024){ + // $(headerVideo).attr("controls",false); + // } var loc = window.location.href; // returns the full URL if(/regions/.test(loc)) { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index baefe6b..1551179 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -26,9 +26,9 @@ $(document).ready(function () { }); var headerVideo = document.getElementById('front-page-video'); - if($(window).width() > 1024){ - $(headerVideo).attr("controls",false); - } + // if($(window).width() > 1024){ + // $(headerVideo).attr("controls",false); + // } var loc = window.location.href; // returns the full URL if(/regions/.test(loc)) { diff --git a/parts/video.php b/parts/video.php index 6e5f7c4..11355e0 100644 --- a/parts/video.php +++ b/parts/video.php @@ -1,7 +1,7 @@
-