You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now fullPage.js only automatically plays videos when reaching the section if they contain the attribute data-autoplay.
However, it could make sense to automatically apply the same behaviour to elements containing autoplay.
The developer would expect those to automatically play too.
So, while it's true that developers might want to apply data-autoplay and not autoplay in order to only start playing a video when landing on that specific section, it doesn't seem to make sense to apply autoplay but not data-autoplay.
Whenever autoplay is present, data-autoplay should be too.
Right now fullPage.js only automatically plays videos when reaching the section if they contain the attribute
data-autoplay
.However, it could make sense to automatically apply the same behaviour to elements containing
autoplay
.The developer would expect those to automatically play too.
So, while it's true that developers might want to apply
data-autoplay
and notautoplay
in order to only start playing a video when landing on that specific section, it doesn't seem to make sense to applyautoplay
but notdata-autoplay
.Whenever
autoplay
is present,data-autoplay
should be too.Steps to reproduce it
Versions
All browsers and fullPage.js <= 4.0.29
The text was updated successfully, but these errors were encountered: