For performance reasons it's good to have images lazy load if they are initially out of view. You can set this on an image with
`{% set image.loading = 'lazy' %}`
We just pushed out some additional options to make it even easier.
`{% do image.lazy() %}`