Image Size on k3 categories view
January 2013 Joomla Template
Rate this topic: 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.
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.
-
- 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
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
-
- 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?
At the moment for all categories.
Pd: K3 is a New version for joomla 4.5 Kit Kat, You know?
-
- 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.
-
- 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:
and
of course change 300px to any other value.
General tip: http://www.gavick.com/documentation/joo ... -template/
- 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/
-
- 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.
-
- Expert Boarder
6 posts
• Page 1 of 1