Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1419558

    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

    #1419570

    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

    #1419578

    Hey Ismael,

    You are the hero of the day! Thanks for the support!

    Best regards,
    Martijn

    #1419658

    Hi,

    You’re welcome! Glad we could be of help. Please feel free to open another thread when you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry mouse-over background image size’ is closed to new replies.