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
Disabling autoplay via the data-vbg-autoplay attribute works as long as the video is already visible on page load. But if you have to scroll to get the video into the viewport, the video starts automatically. I guess, it's due to the IntersectionObserver, mentioned in the README. But this behaviour seems wrong to me. The IntersectionObserver should not start the video if I explicitly say that the video should not start automatically. So either this would need to be fixed, or I need an option to disable the IntersectionObserver.
Thanks for your great work!
The text was updated successfully, but these errors were encountered:
Disabling autoplay via the data-vbg-autoplay attribute works as long as the video is already visible on page load. But if you have to scroll to get the video into the viewport, the video starts automatically. I guess, it's due to the IntersectionObserver, mentioned in the README. But this behaviour seems wrong to me. The IntersectionObserver should not start the video if I explicitly say that the video should not start automatically. So either this would need to be fixed, or I need an option to disable the IntersectionObserver.
Thanks for your great work!
The text was updated successfully, but these errors were encountered: