Site icon Hip-Hop Website Design and Development

Disable lazy loading on specific images

WordPress adds lazy loading on all images. Lighthouse recommends disabling lazy loading on images in above the folder. I would like to figure out how to disable it only on images that I call with wp_get_attachment_image_src in my templates, so that I can control exactly which LCP images to remove lazy load.

Lighthouse documentation: https://web.dev/lcp-lazy-loading/?utm_source=lighthouse&utm_medium=lr