Home > widget-integration > FilterController > initLazyVideoLoading

FilterController.initLazyVideoLoading() method

Initializes lazy loading for video elements with data-src attributes. Uses IntersectionObserver to load videos when they become visible, improving LCP performance.

Signature:

protected initLazyVideoLoading(): void;

Returns:

void