What is the best way to set up a local fallback image if the external image does not load or takes too long to load.
You can add an onerror handler:
onerror
Note: Setting onerror to null in the handler, so that the webpage doesn't crash if oops.gif can't be loaded for some reason.
oops.gif