i searched for a long time to disable the zoom effect on article pictures.
I solved it with the following code in the override.css:
- Code: Select all
article#k2Container .itemImageBlock img:hover {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
But how can i disable the lightbox or popup effect?
Thanks for your help!
Garthi