Stop K2 graphics zooming in on rollover

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 08, 2014 8:42 am
Reply with quote
Report this post
Hello,
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?
Can I have an override code (Im just getting a little sea sick ) :)

Kind regards
Drew
User avatar
Gold Boarder

GK User
Sun Jun 08, 2014 12:56 pm
Reply with quote
Report this post
It can be css disabled.
Could you post all "same type" links to places on your site where it should be disabled?
User avatar
Moderator

GK User
Mon Jun 09, 2014 8:48 am
Reply with quote
Report this post
Hello,
I'd be happy just to turn this feature of in K2 articles.

    Id be happy to leave it on for thumbnails, but in the K2 article when opened (the pic is already big) I'd like to turn this off.

What do you recommend?

Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Jun 09, 2014 3:27 pm
Reply with quote
Report this post
With override.css:
Code: Select all
article#k2Container .itemImageBlock img:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

code you should be able to disable the animation on k2 article's main image.
User avatar
Moderator

GK User
Tue Jun 10, 2014 9:31 am
Reply with quote
Report this post
Perfect Fix - woo hoo - thanks for being so helpful :)

Kind regards
Drew
User avatar
Gold Boarder

GK User
Tue Jun 10, 2014 7:44 pm
Reply with quote
Report this post
Thanks for the words of appreciation :).
User avatar
Moderator


cron