setting front page video to auto play
</div>
<?php get_template_part('parts/blog-feed-front');?>
<div id="video">
- <video id="front-page-video" playsinline loop controls muted>
+ <video id="front-page-video" playsinline autoplay loop controls muted>
<source src="<?php bloginfo('template_url'); ?>/assets/winter_video.mp4" type="video/mp4">
</video>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe> -->