GK4 will not resize

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Dec 13, 2013 12:05 am
I have changed all the images of the slides to 400 wide x 600 tall

I have changed the Interface Settings for Image Width to 400 and Image Height to 600

However the slideshow remains at 600 x 800

Why is this happening?

http://www.888auctions.com/beta/
User avatar
Fresh Boarder

GK User
Sat Dec 14, 2013 12:17 pm
Hello,

Please rememer that all modules in this template are responsive, so the image dimensions are used only for the image weight settings. It will scale up to cover the whole available space.
User avatar
Administrator

GK User
Sat Dec 14, 2013 7:57 pm
Dear Dziudek,

How did you configure gk_style so that the GK4 module would take up 2/3 of the module position of TOP 1 and Banner 1 to take up 1/3 of the position. I seem to only be able to configure them so they each take up 1/2 of the module position.
User avatar
Fresh Boarder

GK User
Sat Dec 14, 2013 8:07 pm
Actually I got it by adding DOUBLE to the suffix. But, I was wondering if there is any way to fix the height of the GK4 module?
User avatar
Fresh Boarder

GK User
Sun Dec 15, 2013 11:57 am
You can try to add the max-height property to the ".gkIsWrapper-gk_shop_and_buy" selector.
User avatar
Administrator

GK User
Sun Dec 15, 2013 1:28 pm
dear dziudek

where exactly can I find 'gkIsWrapper-gk_shop_and_buy"

and what do I enter for max height 640

thanks
User avatar
Fresh Boarder

GK User
Sun Dec 15, 2013 4:00 pm
This selector is placed in the css/gk.stuff.css file. The max height can be specified using the following property:

Code: Select all
max-height: 640px;
User avatar
Administrator

GK User
Sun Dec 15, 2013 6:51 pm
That worked to limit the max height.. However the image is now cut off because it naturally wants to display at full size 800 height. Is there a way to auto -scale the image so that it fits within the size of the module? Thanks in advance
User avatar
Fresh Boarder

GK User
Mon Dec 16, 2013 9:12 am
In the same file for the selector: ".gkIsWrapper-gk_shop_and_buy img" please add:

Code: Select all
max-height: 640px;
width: auto!important;
User avatar
Administrator

GK User
Wed Dec 18, 2013 8:49 pm
Dear dziudek

One last question

How do I make the image center in the module ??


I have put in the code and it is working fine but the image now is left justified

max-height: 640px;
width: auto!important;
User avatar
Fresh Boarder

GK User
Thu Dec 19, 2013 10:47 am
In the gk.stuff.css file please change:

Code: Select all
margin-left: 0%;


to:

Code: Select all
margin: 0 auto!important;


in the following selector:

Code: Select all
.gkIsWrapper-gk_shop_and_buy img
User avatar
Administrator


cron