简体   繁体   中英

Are images in Next.js lazy loaded when visibility is set to hidden?

Are images in Next.js lazy loaded when visibility is set to hidden? If that is not the case I would want to make them lazy load. I know I can use the priority prop but I want them to load in a specified viewport position.

All Images inside Image components in Next js are lazy loaded by default and it not going to change with visibility or other styling properties. Only priority prop will change the behavior.

Also for more confidence I recommend you analyze the Network tab and see the behavior of your images.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM