Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }
    P T

    (@pthomson87)

    Is this going to be fixed in future releases?

    Thanks for the quick fix Tukkan!

    Plugin Author srcoley

    (@srcoley)

    This fix has been added to version 0.2.9. Thanks for posting! Please update =]

    Thanks,
    Stephen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work in IE 7,8,9, or 10’ is closed to new replies.