Disable zoom in effect on k2 thumbnail image

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Thu Nov 21, 2013 11:55 am
http://runninglovers.gr/

How can i disable the zoom in on hover effect on image thumbs?
User avatar
Junior Boarder

GK User
Thu Nov 21, 2013 11:59 am
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
.nspArt .nspImageWrapper:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Nov 21, 2013 12:01 pm
thanks!
User avatar
Junior Boarder

GK User
Thu Nov 21, 2013 5:36 pm
Is there anything more I can help in this matter?
User avatar
Moderator

GK User
Thu Nov 21, 2013 8:46 pm
nope! u have provided the answer ... :)
User avatar
Junior Boarder

GK User
Thu Nov 21, 2013 9:04 pm
Ok, then closing the topic.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron