I need to force image size on categories views to be smaller than image. I think your template overrides image size options on k2 settings, then how can I force to display a custom image size on categories?

My site is cedom.netamin.es
Thanks,
David.
.itemView .itemImageBlock img {width: 300px !important; }
.latestView .itemImageBlock img {width: 300px !important; }
Pawel F wrote:Ok, I give you solutions for K2 choose which one is better for your project:
- Code: Select all
.itemView .itemImageBlock img {width: 300px !important; }
and
- Code: Select all
.latestView .itemImageBlock img {width: 300px !important; }
of course change 300px to any other value.
General tip: http://www.gavick.com/documentation/joo ... -template/