Support

Account

Home Forums General Issues Using Jetpack Lazy Load on an ACF image field Reply To: Using Jetpack Lazy Load on an ACF image field

  • Lazy loading is now built into WP. https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/, all that is required is to add the attribute to the image tag <img src="image.png" loading="lazy" />