Site logo

[Resolved] Stop image zoom on hover

Home Forums Support [Resolved] Stop image zoom on hover

Home Forums Support Stop image zoom on hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2564649
    chris

    Hi im struggling to make the image stop zooming when hovering over any of the boxes related to it.

    #2564824
    David
    Staff
    Customer Support

    Hi there,

    i would suggest you ask the plugin author if theres an option to disable that.
    in the meantime you can use some CSS to stop it:

    .lsd-list-view-wrapper .lsd-list-view-listings-wrapper .lsd-listing:hover .lsd-listing-image > a img {
        transform: unset !important;
    }
    #2564830
    chris

    Will do, thanks David temp fix works great

    #2564871
    David
    Staff
    Customer Support

    Glad to hear that!

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