The video is playing on section three. When i scroll (leave) the section, The video is paused automatically. Why ? What can I do if I dont want to make the video be paused ?
Add the attribute data-ignore to your video.
<video data-ignore autoplay loop muted controls="false" id="myVideo">
<source src="mov_bbb.mp4" type="video/mp4">
</video>
Yes, you are right. thanks.
This didn't fix the issue for me
@johnharlan This was addressed in another issue and the docs, https://github.com/alvarotrigo/fullPage.js#pause-on-leave
Most helpful comment
@johnharlan This was addressed in another issue and the docs, https://github.com/alvarotrigo/fullPage.js#pause-on-leave