Skip to content

Instantly share code, notes, and snippets.

@amccloud
Created August 22, 2012 18:45
Show Gist options
  • Save amccloud/3428270 to your computer and use it in GitHub Desktop.
Save amccloud/3428270 to your computer and use it in GitHub Desktop.
* {
margin: 0px;
padding: 0px;
}
html {
overflow: hidden;
}
img#embed {
background: url(../images/checkerboard.gif);
width: 100%;
}
div#embed {
width: 100%;
& > * {
display: block;
}
& > iframe,
& > object,
& > embed {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment