Skip to content

Instantly share code, notes, and snippets.

@steve0hh
Created October 29, 2013 15:09
Show Gist options
  • Save steve0hh/7216469 to your computer and use it in GitHub Desktop.
Save steve0hh/7216469 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css" media="all">
#iframe{
zoom: 2;
}
</style>
</head>
<body>
<iframe id="iframe" src="www.google.com" style="border: 0; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%">
Your browser does not support iframes
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment