The image size in K2 item is not working

Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 19, 2014 6:21 pm
Reply with quote
Report this post
I am trying to reduce the size of the image in a K2 item. However, when displayed on the front end the image is till BIG although trying to choose between all the sizes that K2 brings.

Any solutions on how to solve this?
User avatar
Gold Boarder

GK User
Wed Mar 19, 2014 7:05 pm
Reply with quote
Report this post
I just noticed that when resizing the image in K2 from "small" to "big" the resolution changes BUT the image size is still the same. This is not how it should be.
User avatar
Gold Boarder

GK User
Thu Mar 20, 2014 4:09 pm
Reply with quote
Report this post
Yes, that's my question too!

In most cases, i don't want this massive full width Images. Seems, that template overrides all Image-Settings in K2.
User avatar
Junior Boarder

GK User
Thu Mar 20, 2014 9:47 pm
Reply with quote
Report this post
Good to hear that someone else has this question ... increasing the pressure for a good anser ;)

Harald_K wrote:Yes, that's my question too!

In most cases, i don't want this massive full width Images. Seems, that template overrides all Image-Settings in K2.
User avatar
Gold Boarder

GK User
Sat Mar 22, 2014 9:17 pm
Reply with quote
Report this post
Please give us indication on how to solve this please
User avatar
Gold Boarder

GK User
Tue Apr 22, 2014 10:44 am
Reply with quote
Report this post
i need a solution too!!
User avatar
Gold Boarder

GK User
Thu Jun 05, 2014 8:51 pm
Reply with quote
Report this post
Do not see any answer yet? I have the same problem!!
User avatar
Fresh Boarder

GK User
Thu Jun 05, 2014 8:58 pm
Reply with quote
Report this post
I found this, and it works:
Hi

I've used 100px because it's too small to affect responsive.

Anyway I've found where this can be changed. Looks like it's all a K2 style which is designed that image should cover full width of a column. To remove this please edit /templates/gk_fashion/css/k2.css (line 74):

CODE: SELECT ALL
.itemImageBlock img {
-moz-transition: all 0.3s ease 0s;
height: auto;
max-width: 100%;
width: 100% !important;
}


and remove this line:

CODE: SELECT ALL
width: 100% !important;
User avatar
Fresh Boarder


cron