Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Created March 7, 2018 14:51
Show Gist options
  • Select an option

  • Save n1ckfg/faa5de2dc1f4322d63ff7d4948f62ca3 to your computer and use it in GitHub Desktop.

Select an option

Save n1ckfg/faa5de2dc1f4322d63ff7d4948f62ca3 to your computer and use it in GitHub Desktop.
Fullscreen iframe
<!DOCTYPE html>
<html>
<head>
<style>
body {
background: black;
margin: 0px;
}
iframe {
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
border: none;
margin: 0px;
padding: 0px;
overflow: hidden;
z-index: 999999;"
}
</style>
</head>
<body>
<iframe src="https://n1ckfg.github.io/TaisUnity/">
Your browser doesn't support iframes.
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment