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>
Any browser....
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
Most helpful comment
From the docs: