We're merging with GenerateBlocks! Learn more here.

[Support request] Set Image Zoom Speed

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Set Image Zoom Speed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4441
    dave-smith
    Participant

    I’d like to be able to slow down the image zoom speed. Is there somewhere I can change the image zoom speed.

    Thanks

    #4443
    Tom
    Keymaster

    Hi Dave,

    Try this CSS:

    .wp-show-posts-image.zoom img {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    Adjust the 0.3s to whatever you like 🙂

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