scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

IE10 preview image not loaded #124

Open placid2000 opened 8 years ago

placid2000 commented 8 years ago

Hi

I got it working on IE11+, Firefox and Chrome.

In IE10 the background-image does not get added to the .cropit-image-preview element on input file change. Just nothing happens. not even a console error coming up..

Have you already encountered this kind of issue?

shaangontia commented 5 years ago

I am facing this issue in IE10. The image is not loading on IE10 (It loads though on edge/chome/firefox) once we refresh the page. loadImage function after the line this.preImage.src = imageSrc; throws the error "image failed to load."

This is strange. Please, could someone look into it?

Capture