Thumbnail

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 Feb 26, 2013 4:59 pm
Reply with quote
Report this post
screenshot.png
Now I took a look at the image I attached and after that my whole post was gone.
It seems even the forum is not working properly.

So again : 4 modules , one row. Take a look at the image.

All modules have the same settings. And why I've three different thumbnail sizes ?

Could you explain this ?

I tried so many different settings, I'm now tired to try again.

Regards
Peter
User avatar
Senior Boarder

Konrad M
Tue Feb 26, 2013 5:13 pm
Reply with quote
Report this post
Hi,
can you give us url to your site ? Is it a News Shop Pro GK4 module ?
User avatar

GK User
Thu Feb 28, 2013 12:16 pm
Reply with quote
Report this post
Hello Konrad,

I've now a subdomain for you to take a look : http://setup.gardennews.ch/

The settings are now : Create thumbnails, Height and Weight 180 px
No other settings like "Scale..." and so on activated.

Three images are equal now, but one image still have another size.

But all images have not the size I wrote in the settings : 180 x 180 px.

Best regards

Peter
User avatar
Senior Boarder

Konrad M
Fri Mar 01, 2013 9:02 am
Reply with quote
Report this post
Go to joomla.css and find:
Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
}

change it to:
Code: Select all
section img {
    max-width: 100% !important;
}
User avatar


cron