I have a video in first section. But it's not auto-playing. If I add a carousel there and have the video as the second entry, it auto-plays but if it's the first entry it does not. As far as I can tell, I have auto play turned on. Am I missing something?
<section id="slider" class="slider-element slider-parallax full-screen clearfix" data-loop="true">
<div class="slider-parallax-inner">
<div class="swiper-slide dark">
<div class="video-wrap">
<video id="slide-video" poster="media/video/sizzle_poster.png" preload="auto" loop autoplay>
<source src='media/video/sizzle.mp4' type='video/mp4' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.55);"></div>
</div>
</div>
<a href="#" data-scrollto="#content" data-offset="100" class="dark one-page-arrow"><i class="icon-angle-down infinite animated fadeInDown"></i></a>
</div>
</section>