• Resolved stephanne117

    (@stephanne117)


    I’ve selected Zoom In style as a gallery image hover effect, but want zoom in little more. Tries difference css styles like .crp-hvr-grow:hover {transform: scale(3);} but it does not work. How can I make such adjustments?

Viewing 1 replies (of 1 total)
  • Plugin Author PORTFOLIO GALLERY TEAM

    (@wpsofts)

    In case you’ve selected “Zoom In” style as a hover effect, try put this in your gallery settings section, save the settings, cleanup website caches if you have any caching plugin installed and check it out once again.

    .image01:hover .crp-tile-img, .image01:focus .crp-tile-img {
        -webkit-transform: scale(2) !important;
        -moz-transform: scale(2) !important;
        -ms-transform: scale(2) !important;
        -o-transform: scale(2) !important;
        transform: scale(2) !important;
    }

    You can adjust the scale number with your preference!

Viewing 1 replies (of 1 total)

The topic ‘More zoom in’ is closed to new replies.