I have a big site that uses portfolio grid to display product images. There is a *lot* of images. I already optimized all of the images using Short Pixel, but the load still seems delayed by script that uses ease-in effect for image to display.
Is there a way to turn that effect off? So the images load the instance they are shown on screen.
Also – I am not sure if there is some kind of lazy load in Q, but I would be happy to turn that off too, so all of the images would load regardless, due to filtering.
Hey MORTULGAAH,
Could you post a link to where we can see the problem you are having please?
Best regards,
Rikard
Of course.
As you can see, I have three pages with three galleries. They load faster now as I processed the archive with Short Pixel, but it is still slow.
Hi,
Thank you for the update.
You can use the following css code to disable the fade in animation of the grid items.
.js_active .grid-image {
opacity: 1;
}
Best regards,
Ismael
Appreciated. Thank you very much for your help.