DEV Community

Discussion on: Lazy Loading Images

Collapse
 
xtiane profile image
Christian Escobar

Great article! One question, I don’t see an import for IntersectionObserver?

Collapse
 
jihoshin28 profile image
Allen Shin

Thanks Christian! I was wondering this too, but I think it's just something built into the browser. I just tried making a new instance of IntersectionObserver in my console and it works.

Collapse
 
xtiane profile image
Christian Escobar

Nice, thanks for clarifying.