Could we consider using the
loading
attribute on blog post images to make use of native lazy loading of images in browsers? Support is good: https://caniuse.com/loading-lazy-attr
And implementation is purely down to the additional
loading
attribute.