stop nsp image zoom transformation

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
Fri Feb 20, 2015 11:16 am
Reply with quote
Report this post
How do I stop the image zoom transformation in an NSP module. Specifically, the "Highlight" module on the front page.
User avatar
Fresh Boarder

GK User
Fri Feb 20, 2015 1:49 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Fri Feb 20, 2015 5:43 pm
Reply with quote
Report this post
Yes, I did that, and other things I've seen about this in the forum. But the transform is still there.
User avatar
Fresh Boarder

GK User
Sat Feb 21, 2015 2:07 am
Reply with quote
Report this post
in module or where?

if in k2 items try also this:
Code: Select all
.itemImageBlock img:hover {  transform: none !important;  }
.itemImageBlock img { transform: none !important; transition:none; }
User avatar
Platinum Boarder


cron