Lazy Loading Images in WordPress
June 1, 2020
I was recently looking for a way to leverage lazy loading on a WordPress site while still using the srcset and custom image size functionality that comes with wp_get_attachment_image(). I found this article on Google's Web Dev Fundamentals that describes how to use intersection observer.