});
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)) {
});
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)) {
<?php if (is_front_page()) : ?>
<div id="front-page-video-container">
- <video id="front-page-video" playsinline autoplay loop muted>
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/header-mute.m4v" type="video/mp4">
+ <video id="front-page-video" playsinline autoplay loop controls muted>
+ <source src="<?php bloginfo('template_url'); ?>/assets/videos/header-video.m4v" type="video/mp4">
</video>
<!-- <div class="show-for-medium-down">