natashawylie / iviewer

image viewer plugin for jquery
233 stars 97 forks source link

fix for multiple image request, fix for issue#67 #80

Closed mridula-tripathi closed 10 years ago

can3p commented 10 years ago

@mridula-tripathi Have you tested this fix in IE9? IE9+ supports naturalWidth property, so it will go in the load method, not the loadInIE, and the whole logic that resides in load method (loading through proxy image) is supposed to fix IE9 behaviour.

Could you test your code in IE9?