Skip to content

Instantly share code, notes, and snippets.

@saltun
Created September 9, 2014 13:30
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 saltun/384295d7cff5100c9f28 to your computer and use it in GitHub Desktop.
Save saltun/384295d7cff5100c9f28 to your computer and use it in GitHub Desktop.
%100 iframe ( Width - Height )
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>%100 İframe</title>
</head>
<body >
<iframe src='http://savascanaltun.com.tr' style='position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;'>
</body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment