How can I hide the broken image icon? Example:
I have an image with error src:
A basic and very simple way of doing this without any code required would be to just provide an empty alt statement. The browser will then return the image as blank. It would look just like if the image isn't there.
Example:
Try it out to see! ;)
;)