When you set loading="lazy", the browser only loads images that are visible or nearly visible. For a grid layout, this should already be fully optimized as all visible image will be loaded first. Set these images to eager won't give you better performance.