Skip to content

Instantly share code, notes, and snippets.

@tieutantan
Last active December 23, 2016 12:06
Show Gist options
  • Save tieutantan/261c3eee0e694d9f34f9 to your computer and use it in GitHub Desktop.
Save tieutantan/261c3eee0e694d9f34f9 to your computer and use it in GitHub Desktop.
Hide iframe and only show iframe after iframe load success.
<iframe style="visibility:hidden;" onload="this.style.visibility = 'visible';" src="../examples/inlineframes1.html" > </iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment