Zoom in of preview images

GK User
Wed Jul 13, 2016 3:13 pm
How to turn off zoom in of preview images when the cursor is over them?
User avatar
Junior Boarder

GK User
Wed Jul 13, 2016 8:46 pm
Hi,

In this case you have to find and remove all occurences of the following CSS code:

Code: Select all
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);


Mostly in the gk.stuff.css file.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.