• Hi, I have seen this on your forms before but when I used the CSS code it didn’t work with my portfolio

    .vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img {
    -webkit-transform: none;
    transform: none;
    }

    how do I remove the zoom effect.

    Many thanks, Sam

Viewing 1 replies (of 1 total)
  • Hi,

    I’m not sure but you may try to add !important

    .vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img {
    -webkit-transform: none !important;
    transform: none !important;
    }

    Or maybe because you used another hover effect (default / Emerge / Fly / Fade) you need to change the “.vp-portfolio__items-style-default” by “.vp-portfolio__items-style-emerge” for example ??
    Bye

    • This reply was modified 4 years, 6 months ago by jasujs.
Viewing 1 replies (of 1 total)
  • The topic ‘Zoom Effect’ is closed to new replies.