How to resize an image from K2 item?

Gamebox - especially created support forum for Joomla 1.6
GK User
Fri Jan 27, 2012 8:32 pm
i need badly to resize the image inside an K2 item/article. I cannot find the file. with firebug i can solve it but i donțt know the right file.

gamebox.jpg


If you are so kind Gavick users please explain me how to modify the image in category view also. Thank you Guys!
User avatar
Platinum Boarder

Konrad M
Fri Jan 27, 2012 8:51 pm
Hi
You can set size of images in k2 settings. Go to k2 items. In right top menu you will find icon to k2 settings.
User avatar

GK User
Fri Jan 27, 2012 8:59 pm
Konrad M wrote:Hi
You can set size of images in k2 settings. Go to k2 items. In right top menu you will find icon to k2 settings.




Thank you . And where i can modify the height? By defult is set to auto
User avatar
Platinum Boarder

Konrad M
Fri Jan 27, 2012 9:03 pm
You can try set rule in css for it.
User avatar

GK User
Fri Jan 27, 2012 9:05 pm
Konrad M wrote:You can try set rule in css for it.


Please explain me how, Ițm not a proggamer , in which file or the override css in template? Can you give me the code?
Thank you!
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 11:21 am
Please help me
User avatar
Platinum Boarder

Konrad M
Mon Jan 30, 2012 1:16 pm
Ok. Can you send me link to your website ?
User avatar

GK User
Mon Jan 30, 2012 1:29 pm
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 1:30 pm
If you'll be so kind please help me on item category view also. Thank you!
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 12:43 am
Please when you have time answer me. Thank you
User avatar
Platinum Boarder

Konrad M
Thu Feb 02, 2012 9:56 am
Try add this to verride.css
Code: Select all
.itemView .itemImage img {
height:200px !important;
}

and remember to enable override.css option in template settings.
User avatar


cron