K2 category view - images are not responsive

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
Tue Mar 19, 2013 3:48 pm
Reply with quote
Report this post
Example here on Gavick demo site:
http://demo.gavick.com/joomla25/news/index.php/world
Other views (user etc) are OK but category images are not resizing.

How can we fix this?

Thx
User avatar
Fresh Boarder

Konrad M
Tue Mar 19, 2013 3:59 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.itemImageBlock img {
    width: 100% !important;
}

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

GK User
Tue Mar 19, 2013 4:01 pm
Reply with quote
Report this post
Thank you for the quick reply, solved...
User avatar
Fresh Boarder


cron