image size on k2 and gallery

GK User
Tue Jan 31, 2012 7:49 pm
hello, i have a problem with image sizes on k2 articles.

example: http://estudiosjasantos.com/fotoblog/item/49-mulher

When you click the first image on top, it opens the image and enlarges it. I want to define the image size width+height when i click it. I dont want to enlarge it, just show the original size.

same thing happens on image gallery (on that same page).

any idea?
User avatar
Fresh Boarder

GK User
Tue Jan 31, 2012 8:38 pm
Hi.
Please go to modal.css file and find the following line:
Code: Select all
 .sbox-content-image img {
display: block;
width: 100%;     // here you can put your value (eg. 700px)
height: 100%;    // here you can put your value (eg. 700px)
}
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 11:36 pm
thks for the response, but where is modal.css? i've looked everywhere...
User avatar
Fresh Boarder

GK User
Wed Feb 01, 2012 12:19 am
Full path is: estudiosjasantos. com / media / system / css / modal.css
User avatar
Platinum Boarder


cron