Fullpage.js: Video stops working after I scroll to next section

Created on 21 Jun 2016  Â·  3Comments  Â·  Source: alvarotrigo/fullPage.js

Video stops working after I scroll to next section
When i refresh it - it works, but after scroll when I come back to that section it stops...
Let me know if you need examples but this is my html:
<video id="bgvid" autoplay loop > <!-- WCAG general accessibility recommendation is that media such as background video play through only once. Loop turned on for the purposes of illustration; if removed, the end of the video will fade in the same way created by pressing the "Pause" button --> <source src="https://s3.amazonaws.com/blossm/Final_Blossm_Video_1.webm" type="video/webm"> <source src="https://s3.amazonaws.com/blossm/Final+Blossm+Video_1.mp4" type="video/mp4"> </video>

Versions

Any browser....

question

Most helpful comment

Video stops working after I scroll to next section

From the docs:

Embedded HTML5

<audio data-keepplaying>
    <source src="http://metakoncept.hr/horse.ogg" type="audio/ogg">
</audio>

All 3 comments

Video stops working after I scroll to next section

From the docs:

Embedded HTML5

<audio data-keepplaying>
    <source src="http://metakoncept.hr/horse.ogg" type="audio/ogg">
</audio>

Dear Alvaro,
thank you very much for the excellent plugin. Pagepiling is really a big one.
I´m just trying something out with it and it works well.
Here is my page (which is more a playground than a webpage at this time)
http://stage.interstanding.com/test-2/
The only thing i really can´t solve – and i hope that you may have an idea – is:
When i scroll to the second section and start the video, the scroll navigations stops to work.
Is there a way to keep teh navigation on, while teh video is playing?
Bester regards and keep up teh good work
Robert

amazing, @alvarotrigo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vishnu1212 picture vishnu1212  Â·  5Comments

VanIvano picture VanIvano  Â·  5Comments

sloyer picture sloyer  Â·  3Comments

LukeCarlThompson picture LukeCarlThompson  Â·  4Comments

SlavisPL picture SlavisPL  Â·  5Comments