GianlucaGuarini / jQuery.BlackAndWhite

Clientside grayscale images on any browser
http://gianlucaguarini.github.io/jQuery.BlackAndWhite/
Other
310 stars 131 forks source link

Add img crossOrigin attribute as a parameter in the plugin configuration #68

Closed fgenghini closed 8 years ago

fgenghini commented 8 years ago

Hi, We have a case where the basic authentication is enabled in our server and the crossorigin=anonymous attribute prevented the images to load on Microsoft Edge, showing the error:

HTTP401: DENIED - The requested resource requires user authentication.

So We implemented and option to enable/disable this attribute. Thanks!

GianlucaGuarini commented 8 years ago

I makes sense thanks