Actions
Feature proposal #9185
closedImplement support for auto playing videos when scrolling
Description
Needs to be able to be toggled off/on. Should only play when scrolled into view and pause we scrolled out.
Updated by krileon 6 months ago
Use https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API to determine if in view.
Actions