NSP GK4 ver. 3.3.3 responsive IE8 - no pictures show up!

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 Nov 09, 2012 1:10 pm
Hi there,

I look all over the forum, can´t find a fix for this problem.
May you guys like to help again.

I updated to 3.3.3 the responsive one.
And the pictures don´t show up... in IE8.

What did I missed?

Cheers Gesa
User avatar
Junior Boarder

GK User
Fri Nov 09, 2012 6:51 pm
Hi,

Are you using our templates? If not, please add the following code in your CSS file loaded on the IE8:

Code: Select all
.nspImage,
.nspImage img {
max-width: auto!important;
}
User avatar
Administrator

GK User
Wed Nov 14, 2012 4:47 pm
Hi dziudek,

Thanks for your help... but it don´t work so far.
Could that be the reason I choose - responsive image "on" in the modul?
User avatar
Junior Boarder

GK User
Wed Nov 14, 2012 10:45 pm
Please try this one:

Code: Select all
.nspImage {
    width: auto!important;
}
User avatar
Administrator


cron