Background video muted
Hi, below is the CSS for a background video. Unfortunately, the audio doesn't start even though the code is muted="false"... Any tips so that audio begins on scroll and ends on scroll?
Gabe
<video class="sk-video sk-play-on-scroll" preload="auto" loop="true" autoplay="false" muted="false" data-play-on-scroll="true" data-play-status="played" controls=""> <source src=" http://pynepoyntdoc.com/video/atlantic_11.mov" type="video/mp4; codecs=avc1.42E01E,mp4a.40.2"> <source src="" type="video/webm; codecs=vp8,vorbis"> </video>
0 votes
1 answers
1950 views