I would like to stop the image movement (zoom in) that occurs on every image.
- Is this a K2 issues or a Css issue please?
Is it possible to limit this feature to just operate in a particular category only?
Kind regards
Drew
article#k2Container .itemImageBlock img:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}