DEV Community

Discussion on: Lazy Loading Images In Next.js

Collapse
 
j471n profile image
Jatin Sharma

You don't even have to pass loading because next/image uses lazy loading as the default.

Collapse
 
dephraiim profile image
Ephraim Atta-Duncan

I realized this later on that it was baked into Next Image by default.