Skip to content

Instantly share code, notes, and snippets.

@jngnyc
Created June 6, 2018 13:33
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 jngnyc/435fedaf3f5d723a2bb5dcd598ef682c to your computer and use it in GitHub Desktop.
Save jngnyc/435fedaf3f5d723a2bb5dcd598ef682c to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Layout</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="https://instabot.rkm.io/eJaO6" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment