Turn off image zoom mouseover behavior
I’d like to turn off the automatic zooming that happens when mousing over an image. I’m seeing this in the Post Loop (PB) widget with the default Carousel Slider template on the Custom Home Page. I’m not sure if or where else this occurs. Also not sure if this is coming from theme (Vantage) or plugin (PageBuilder).
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi rpf
Something like this would need to be tackled one by one, it’s not a global feature that can disabled.
For the carousel template in the Post Loop widget you could try the following in a Custom CSS plugin:
/* Vantage Post Loop Widget Carousel Template Remove Zoom */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover { background-size: normal; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.