Skip to content

Instantly share code, notes, and snippets.

@mrteera
Created October 8, 2013 11:39
Show Gist options
  • Save mrteera/6883408 to your computer and use it in GitHub Desktop.
Save mrteera/6883408 to your computer and use it in GitHub Desktop.
responsive iframe test
<!DOCTYPE html>
<html>
<style>
iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
</style>
<body>
<p>test</p>
<iframe src="http://mrteera.com"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment