Hi Folks,.
I was just wondering how to disable all zoom and tilt effects on all the images?
Darren
.itemImageBlock img:hover { transform: none !important; }
.itemImageBlock img { transform: none !important; transition:none; }
Oscar E wrote:Hi,
it was topic which was asked many many times.
Even few days ago in this same category.
Quick Help:
Please:
https://www.gavick.com/documentation/jo ... box-effect
and.itemImageBlock img:hover { transform: none !important; }
.itemImageBlock img { transform: none !important; transition:none; }