Error: "The image could not be loaded"

I am using some image elements to display GIFs on my website. It always worked.

But now suddenly I noticed that the elements are no longer displaying the GIFs. The debugger shows the following error: “The image could not be loaded”

It seems like the maximum file size changed or something..

This is one of the GIFs I’m trying to display (it worked before):
HOME GIF 2 - compressed

Looks like there are a fair number of image related issues starting from a few days ago. I recommend making a bug report with bubble.

1 Like

I think they have changed the CORS policy of the bubble image/file cdn storage. We are getting CORS errors on plugins like Native Andriod and IOS share. So I build it myself in javascript and still get the errors

1 Like

If you’re using Imgix for image processing, consider adjusting the parameters to see if it resolves the display issue.​ Check this: GIFs not working correctly? It might be the IMGIX

This topic was automatically closed after 14 days. New replies are no longer allowed.