Hey there,
I’ve edited on https://crawfield.ten-dev.nl the masonry image so the border-radius is set to 50px. But on mouse-over the image size is increased a bit and border-radius is getting increased as well which is not so pretty.
Can you help me put with this so the image is nog better bigger on the mouse-over but stays the same size?
Best regards,
Martijn Koster
Hey Martijn,
Thank you for the inquiry.
You can add this css code to disable the transformation of the masonry image on hover.
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
transform: none;
}
Best regards,
Ismael
Hey Ismael,
You are the hero of the day! Thanks for the support!
Best regards,
Martijn