Last active
August 29, 2015 14:15
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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