• Resolved logaritym

    (@logaritym)


    Hello. Is it possible to disable the zoom-in effect when I hover over images on some of my portfolios?
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    You can disable it with custom CSS. Example for Emerge effect:

    .vp-portfolio__items-style-emerge .vp-portfolio__item:hover .vp-portfolio__item-img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    

    Regards, nK.

    Thread Starter logaritym

    (@logaritym)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable hover zoom on specific portfolios’ is closed to new replies.