Slideshow resized image

Support desk for Multipurpose Quark Theme
GK User
Sun Feb 12, 2017 11:12 pm
Hey guys,

In bottom2 position of the frontpage i have a slideshow with Image Show GK4.

http://beweb.me/cookiesbakery.pt/

For the module style i have gk_storefront

I have set my image to be witdh:370px and height:330px

But in the slideshow the images are stretch to full with.

How can i make them stay the size i want?

Thanks
User avatar
Senior Boarder

teitbite
Sat Feb 18, 2017 11:11 am
Hi

It's a responsive type of style so it tries to fill all space available. You can try with this code in override.css to force it use different values:

Code: Select all
.gkIsWrapper-gk_storefront {
max-width: 370px;
max-height: 330px;
margin: 0 auto;
}
User avatar
Moderator


cron