Skip to content

Instantly share code, notes, and snippets.

@sessionstudio
Created August 25, 2018 14:55
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 sessionstudio/560b6bff32e7507eb05a93ad7adbefa6 to your computer and use it in GitHub Desktop.
Save sessionstudio/560b6bff32e7507eb05a93ad7adbefa6 to your computer and use it in GitHub Desktop.
iframe responsive css
.iframe-responsivo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment