Skip to content

Fix Image Lazy Loader for some older browsers

Lukas Eipert requested to merge 54407-fix-limited-intersection-observers into master

What does this MR do?

Use intersectionRatio to determine intersection

Some older browsers do not ship with isIntersecting, while they already have IntersectionObserver support. We make use of intersectionRatio now to fix the Lazy Loader for those browsers.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports