Hi Chris @csburdick
a3 Lazy Load is applied to objects within content that slow down page load speeds example images, videos, iframes. If you have switched on Lazy Load for images for example it is applied to every image as it loads in the browser.
You cannot apply it on a page by page basis – like a Home page which I in the vast majority of cases is the sites landing page and and hence the one that you want to load the fastest – which negates using lazy load – as that is its purpose.
You can exclude objects on the home or any page or post by applying the built in a3-notlazy
class, for example to exclude an embedded image you would just add that here
https://i.gyazo.com/17cc28edc39017e6f2d0cdc04d1ac17c.png
You can also exclude any custom class from the plugins admin page in the appropriate objects type options box – but that will apply across the entire site for that class – see screenshot
https://i.gyazo.com/936e028db9a96b8466c16f3936cdc619.png
Regards
Steve