Your cart is currently empty!
WunderSlider resize problems in IE9
—
by
I’am running a wunderslider in simple html page, and works for chrome and firefox, but in IE9 it’s not resizing the pics, so you see only a piece of the photo.
I am thinking to do it with the php version, its that the solution?
Posted in WunderSlider
Comments
9 responses to “WunderSlider resize problems in IE9”
The first URL contained an error.
http://clients.weinsteinau.cgvcreative.com/
I’m having the same problem. The solutions you recommend above don’t fix it though.
http://clients.weinsteinau.cgvreative.com
I would advise to see what exactly causes this with Firebug. It’s the easiest way to pinpoint what CSS rules need to be changed.
Hi again,
I’ve been looking it and I dont find the css conflict. I published the index.html here to give you access to it.
http://www.chalets-tn.com/2013
Write me back if you can find something. Thanks in advance!
Hi,
There are two issues:
One is that on the page you’re loading jQuery twice, version 1.7.2 and version 1.9.1 (the latter isn’t supported by WunderSlider yet). You should remove the one loaded from
assets/js/jquery.js
.The other is that
bootstrap.css
declareswidth
andheight
asauto
for theimg
tag. If you get rid of these, the images appear correctly.Cheers
The site is not published already. Do you have an idea about wich property could be in conflict? Its a mess for me to analyse about css properties with IE.
I need to access the site to have a look, it can be lots of things conflicting depending on your setup. Impossible to say without seeing it.
I think thats the problem. I am fiting the slider in an html page designed with the twiter bootstrap.
Can you post a link to the page where that happens please? It normally works fine with IE9 but if there is a conflict with CSS rules or a Javascript error you might need to adjust something.