gitlab-org--gitlab-foss/changelogs/unreleased/54407-fix-limited-intersection-observers.yml
Lukas Eipert ab83c1e419
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.
2018-11-26 14:29:34 +01:00

5 lines
92 B
YAML

---
title: Fix Image Lazy Loader for some older browsers
merge_request:
author:
type: fixed