This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
i like the lazy loading of images but would perfer not to have it on the home page as the images appaer right above the fold and yet do not show until the user scrolls down a bit (leaving a lot of white space until they scroll)
anyway to prevent lazy load on a given page or VC row?
Hello,
Try to add this code in home page custom CSS area http://prntscr.com/do1a10
.home .content-product .product-content-image img {
opacity: 1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up