Differnet sizes of thumbnails

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
Wed Mar 27, 2013 4:52 pm
Reply with quote
Report this post
On my homepage - www.gardennews.ch - you can see that at News Gallery in the sidebar and also on bottom 2 the Responsive Gallery are creating thumbnails with different sizes. I was asking this before but the given answer was not right.

If you take look with Firebug you can see that different thumbnail size are generated. But why ?

How can I fix this failure ?
User avatar
Senior Boarder

Konrad M
Fri Mar 29, 2013 11:21 am
Reply with quote
Report this post
Hi,
please try go to joomla.css and find (line 166)
Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
}

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


cron