remove the rotation & zoom on the frontpage k2 items

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
Tue Mar 25, 2014 9:44 pm
Reply with quote
Report this post
hi there

is there a way to remove the zoom & rotation effect, used on the frontpage of game /k2 articles within the tabs...
(our site is not yet live)
User avatar
Platinum Boarder

GK User
Tue Mar 25, 2014 9:59 pm
Reply with quote
Report this post
Hi, sure ...
Code: Select all
.nspArt .nspImageWrapper:hover img {  transform: scale(1) rotate(0deg);
    transition: all 0.2s linear 0s; }


.gkNspPM-VideoGallery .gkImageWrap:hover img {
    transform: scale(1) rotate(0deg);
    transition: all 0.2s linear 0s;
}



"His name is MacGyver; he can fix anything."
User avatar
Platinum Boarder


cron