Home › Forums › Pro Support › Set Image Zoom Speed › Reply To: Set Image Zoom Speed
May 7, 2018 at 8:54 pm
#4443
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 🙂