How can I deactivate the image scale / zoom?

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jan 19, 2013 9:15 am
Have Image auto-scale:off and Keep aspect ratio: off, but the module zoom into the image. Have upload images from 300px and it zoom to a size of 380px, that didn´t look nice
User avatar
Expert Boarder

GK User
Sun Jan 20, 2013 12:23 pm
Hi,

Did you disabled the "stretch image" and "responsive image" options?
User avatar
Administrator

GK User
Sun Jan 20, 2013 1:38 pm
yes
User avatar
Expert Boarder

GK User
Mon Jan 21, 2013 9:35 am
Please provide ma an URL to your website and back-end access (please use the PM).
User avatar
Administrator

Konrad M
Fri Feb 01, 2013 7:10 am
Hi,
please go to css/gk.stuf.css and find:
Code: Select all
.nspArt img.nspImage:hover {
-webkit-transform: scale(1.15) rotate(-1.5deg);
-moz-transform: scale(1.15) rotate(-1.5deg);
-ms-transform: scale(1.15) rotate(-1.5deg);
-o-transform: scale(1.15) rotate(-1.5deg);
transform: scale(1.15) rotate(-1.5deg);
}

then remove it.
User avatar


cron