How can I prevent the broken image tag from briefly appearing when the page loads?
Take a look at this example: http://jsfiddle.net/v8DLe/196/
I have already implemented:
onerror="this.style.display ='none'"
Is there a way to still use the img tag and avoid using a div with style={{ backgroundImage: ...}}
instead?