Hi, after the update to the newest Enfold theme I have noticed that all the images that are set to “slightly zoom the image” do the “slightly increase the image size” instead. Has anything changed how the image should work in this mode?
Hey Vojtech,
Thank you for the inquiry.
Looks like a minor css issue. To fix it, please try to add this css code temporarily.
.avia-image-container.av-hover-grow.av-hide-overflow {
overflow: hidden;
}
Best regards,
Ismael
yes – and please – the update on 5.6.8. does not have that fixed.
test if the other selectors had to be set too!
.avia-image-container.av-hover-grow.av-hide-overflow,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image {
overflow: hidden;
}