Skip to content

Instantly share code, notes, and snippets.

@riccardoscalco
Last active August 29, 2015 14:22
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 riccardoscalco/96fbd48023b2e74e73ef to your computer and use it in GitHub Desktop.
Save riccardoscalco/96fbd48023b2e74e73ef to your computer and use it in GitHub Desktop.
Iframe of Interactive charts
<div id="outerdiv">
<iframe src="http://viias.it/dataviz/" id="inneriframe" scrolling="no" width="500" allowfullscreen="" frameborder="0"></iframe>
</div>
/* Set pixels with Page Ruler */
#outerdiv
{
height:950px;
overflow:hidden;
position:relative;
}
#inneriframe
{
position:absolute;
top:-1351px;
height:99999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment