Hi,
I turned off the hover box (zoom and link) in my blog teaser on my homepage.
But I noticed in the google chrome dev tools under network that the original images that are used for the "zoom" feature are still loaded.
In DOM there are some images with a "currentSrc" which loads the original image too.
The issue is that the images that the zoom feature use are the original photos which are not the resized ones and, of course, they are pretty huge.
I have many blog entries and due to this problem the loading times are pretty bad!
Whats the solution?
Comments
in some items we use the original images and not the resized ones, this is normal and was done on purpose. You will have to use smaller images in this item.
thanks