karacas / imgLiquid

jQuery plugin to resize images to fit in a container.
http://goo.gl/Wk8bU
MIT License
970 stars 207 forks source link

Does not load in IE #3

Closed alexdavies89 closed 11 years ago

alexdavies89 commented 11 years ago

I seem to have an issue with this plug-in. Whenever you try to refresh the page more than once, the images won't load and the animated gif will just be there, spinning away. This works for both the demo of yours and the code I've written on my website. There aren't any errors showing in the console, so I'm not sure what is causing it. Any ideas?

Untitled-1

karacas commented 11 years ago

Tnx for warning, i working on that.

karacas commented 11 years ago

The script worked well, was a ie security alert by loading an image from another domain.

alexdavies89 commented 11 years ago

Well for that example, it may be the case. But for my website, all the images are being loaded from the same domain and the images still don't load. I've checked every part of my code and it's only when I remove the imgliquid code that the images load.

karacas commented 11 years ago

Try with this new version (0.8.2), now it should work. Anything let me know. Thnx.

karacas commented 11 years ago

alexdavies89 the version 0.9.6 solves several ie loading problems, in any case tryit and let me know if there are still problems. Thanks

goggi commented 11 years ago

I can confirm that the new version now works with IE. Very smart solution! Good work karacas

CalleTuvesson commented 11 years ago

I'm using v.0.9.943

IE8+7: "Object doesn't support this property or method" imgLiquid-min.js, Line 30

Please help :/

karacas commented 11 years ago

Calle, that's weird, I'm testing it in ie 7/8 and works fine! Please, use imgLiquid.js insted imgLiquid-min.js and tell me that line fail.

clipboard01