Next Image Behavior

Hi, I am just curious if this looks like normal nextjs image behavior (the popping in of the images)? https://rust-meta.vercel.app/raiding/calculator Thanks!!
Rust Meta
Calculate the exact cost of raiding in Rust and discover the cheapest methods. Never waste your sulfur again!
2 Replies
lanc3
lanc317mo ago
Yes, all Next images by default are lazy-loaded or what may appear popped in to the user if it's the landing page or they have very slow internet
lanc3
lanc317mo ago
can fix this issue if you know those images are the above the fold with property priority https://nextjs.org/docs/api-reference/next/image#priority
next/image | Next.js
Enable Image Optimization with the built-in Image component.