<main class="page-front">
<div id="content-wrapper">
<div class="show-for-medium-up">
- <video autoplay="" loop="" muted="">
+ <video id="headerVideo" 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="">
+ <video id="headerVideoMobile" autoplay="" loop="" muted="">
<source src="<?php bloginfo('template_url'); ?>/assets/Header_Video_Mobile.mp4">
</video>
</div>
}
});
+ var headerVideo = document.getElementById('headerVideo');
+ var headerVideoMobile = document.getElementById('headerVideoMobile');
+ headerVideo.play();
+ headerVideoMobile.play();
});
}
});
+ var headerVideo = document.getElementById('headerVideo');
+ var headerVideoMobile = document.getElementById('headerVideoMobile');
+ headerVideo.play();
+ headerVideoMobile.play();
});
<div id="head-img">
<?php if ( is_page('real-estate') ) { ?>
<div class="show-for-medium-up">
- <video autoplay="" loop="" muted="">
+ <video id="headerVideo" autoplay="" loop="" muted="">
<source src="<?php bloginfo('template_url'); ?>/assets/Real_Estate_Video.mp4">
</video>
</div>
<div class="show-for-small-down">
- <video autoplay="" loop="" muted="">
+ <video id="headerVideoMobile" autoplay="" loop="" muted="">
<source src="<?php bloginfo('template_url'); ?>/assets/Real_Estate_Video_Mobile.mp4">
</video>
</div>