Get Rid of White Flash when iframe Loads

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Hides iframe until fully loaded.

<iframe style="visibility:hidden;" onload="this.style.visibility = 'visible';" src="../examples/inlineframes1.html" > </iframe>