Created
March 22, 2013 06:22
-
-
Save spencejs/5219370 to your computer and use it in GitHub Desktop.
Responsive Background Images
This file contains 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{ | |
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