Skip to content

Instantly share code, notes, and snippets.

@bruceharris
Created July 27, 2012 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruceharris/3187388 to your computer and use it in GitHub Desktop.
Save bruceharris/3187388 to your computer and use it in GitHub Desktop.
test iframe height
<!doctype html>
<style>
html, body, iframe { height: 100%; }
iframe { width: 100%; }
}
</style>
<iframe src="http://bl.ocks.org/1333347"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment