Skip to content

Instantly share code, notes, and snippets.

@ChaituVR
Created September 4, 2017 05:29
Show Gist options
  • Save ChaituVR/3c869a3112bf19674b914654ce56aac6 to your computer and use it in GitHub Desktop.
Save ChaituVR/3c869a3112bf19674b914654ce56aac6 to your computer and use it in GitHub Desktop.
<style>
.myIframe {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
min-height:1000px;
overflow: hidden;
-webkit-overflow-scrolling:touch;
}
.myIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div class='myIframe' >
<iframe src="http://chaitu.me/gashaphon-machine/" frameBorder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment