IE Error DOM7009: Unable to decode image at URL

Viewed 6768

I am working on SharePoint 2013 apps . In my app parts i have used few images. All the images are showing up properly in Mozilla and chrome but few of the images are not showing up in IE, i can only see the broken image.

Suppose i have my image at this location:

'https://365app.sharepoint.com/sites/developer/Spotlight_CommonIcon/Announcement.jpg'

So, this image is showing up properly in the Chrome and IE. But when i open it in IE It shows me broken image. And following error is shown in the console.

DOM7009: Unable to decode image at URL: 'https://365app.sharepoint.com/sites/developer/Spotlight_CommonIcon/Announcement.jpg'.

1 Answers
Related