Image Size on k3 categories view

January 2013 Joomla Template
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 Nov 19, 2013 7:23 pm
Reply with quote
Report this post
Hello,
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.
User avatar
Expert Boarder

GK User
Tue Nov 19, 2013 9:57 pm
Reply with quote
Report this post
Hi.
Yes it's possible to override size of image, but I have to know where exactly you want to change - on all categories or only selected - and which images default (first) or all inside?

p.s.
k3 - hmm is this a new version of k2 :whistle: :laugh:
User avatar
Platinum Boarder

GK User
Tue Nov 19, 2013 10:10 pm
Reply with quote
Report this post
Hello,
At the moment for all categories.
Pd: K3 is a New version for joomla 4.5 Kit Kat, You know? :P
User avatar
Expert Boarder

GK User
Wed Nov 20, 2013 8:49 pm
Reply with quote
Report this post
I guess that you were thinking about the blog view items for category / categories?, because you forgot to write.
User avatar
Platinum Boarder

GK User
Wed Nov 20, 2013 9:04 pm
Reply with quote
Report this post
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/
User avatar
Platinum Boarder

GK User
Thu Nov 21, 2013 8:00 am
Reply with quote
Report this post
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/


Hi, I apply your solutions, but changes size of images at category view, also in item views. I need to force on category view, left on default size at item view.

Thanks,
David N.
User avatar
Expert Boarder


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