Apply lazy loading to all images.
Force fully update all the images in a website to load image in lazy mode.
pros :- if too many images present can help in a good user experience.
cons :- if lazy loading is already handled by server, this script is redundant.