Skip to content

Instantly share code, notes, and snippets.

@natejones
Created December 2, 2013 18:04
Show Gist options
  • Save natejones/7753672 to your computer and use it in GitHub Desktop.
Save natejones/7753672 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Oberlin Proof</title>
<style>
.my-div { height: 400px; width:800px; overflow : hidden; }
.my-iframe { position: absolute; top: -190px; left: -250px; width: 960px; height: 460px; }
</style>
</head>
<body>
<iframe src="http://buildingdashboard.net/oberlincity/#/oberlincity/prospect" class="my-iframe" scrolling="no"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment