Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 22, 2013 06:22
Show Gist options
  • Save spencejs/5219370 to your computer and use it in GitHub Desktop.
Save spencejs/5219370 to your computer and use it in GitHub Desktop.
Responsive Background Images
div{
background: url(http://placekitten.com/720/405/) no-repeat center center;
background-size: cover;
height: 0;
padding-bottom: 56.25%; /* 16:9 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment