Images are critical for every website and application today. It is simply impossible to imagine a website without images. Sadly though, images are large in size making them the single biggest contributor to the page size and the overall site load.
For this reason, almost all images in Vasty can be lazy loaded. A technique that helps improve the page load time and reduce page size while still retaining all the images on the page. Lazy Loading defers the loading of an image that is not needed on the page immediately. An image that is not visible to the user when the page loads, is loaded later when the user scrolls and the image actually becomes visible. If the user never scrolls, an image that is not visible to the user never gets loaded.
Vasty provides 2 ways for image lazy load — Native WP Lazyload and Theme Lazyload method via script.
You can enable this globally under Theme Options > Media Options as you can see below:
