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.
Showing
Please register or sign in to comment