Skip to content

Instantly share code, notes, and snippets.

@goldhand
Last active August 29, 2015 14:15
Show Gist options
  • Save goldhand/b95d08a5432aac74369c to your computer and use it in GitHub Desktop.
Save goldhand/b95d08a5432aac74369c to your computer and use it in GitHub Desktop.
You can modify the "height" parameter. Place this outside of any tags if you can.
<div class="iframe-container">
<iframe src="//glueboss.herokuapp.com/#/" width="1200" height="600" frameborder="0"></iframe>
</div>
<style>
.iframe-container {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.iframe-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
border-width: 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment