Site logo

Archived topic

Stop image zoom on hover

3 replies · Started by chris on March 12, 2023

Viewing posts 1–4 of 4

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

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;
}

Will do, thanks David temp fix works great

Glad to hear that!

This archived topic is closed to new replies.