Open manzurahammed opened 8 years ago
This error occurs when you load an image from an external domain. I ran into this when trying to create a js fiddle and link and image. The img src has to be same domain, had correct cross origin access, or use base64 data.
Read more about this: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
When check demo found this error.