Fullpage.js: video is paused automatically when i scroll (leave) the section ?

Created on 21 Dec 2015  路  4Comments  路  Source: alvarotrigo/fullPage.js

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 ?

enhancement

Most helpful comment

@johnharlan This was addressed in another issue and the docs, https://github.com/alvarotrigo/fullPage.js#pause-on-leave

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings