Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #581343

    Hello!

    I would like zoom effect on portfolio grid image but I have problem with the image container. The image overflow the container.
    How can I solve this?

    .no-overlay-here .image-overlay {
        visibility: hidden !important;
    }
    
    .zoom-grid .grid-image:hover {
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
    }

    Please help me, thank you

    Best regards,
    Peter

    #582613

    Hi Peter,

    Sorry for the late reply. I’m not sure what you mean by that, do you want the container to enlarge instead of zoom in on the image? Please try to explain a bit more and/or post screenshots of the problem please.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.