Thank You! I was looking for the same thing.
Thread Starter
Tukkan
(@tukkan)
Hi Josh,
thank You for Your response.
The problem doesn’t persist with plugin deactivated.
I had the same problem and I was thinking about it about 2 hours.
I think the problem occours because every image has an empty attribute width and height:
width="" height=""
and IE probably take it as “0”.
Use that CSS:
.irw-slider img {
width:auto;
height:auto;
}