-
-
Save ebinnion/4212129 to your computer and use it in GitHub Desktop.
Fluid Background Image
This file contains hidden or 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.column { | |
/* The background image must be 800px wide */ | |
max-width: 800px; | |
} | |
figure.fluidratio { | |
padding-top: 10%; /* slope */ | |
height: 120px; /* start height */ | |
background-image: url(http://voormedia.com/examples/amsterdam.jpg); | |
background-size: cover; | |
-moz-background-size: cover; /* Firefox 3.6 */ | |
background-position: center; /* Internet Explorer 7/8 */ |
This file contains hidden or 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 class="column"> | |
<figure class="fixedratio"></figure> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can also use css cover for background image