If you want to create a fullsize background image on your website you can simply use the CSS3 property background-size: cover
. But not every Browser supports CSS3 so you need a fallback. Check out this tutorial to learn more.
If you want to create a fullsize background image on your website you can simply use the CSS3 property background-size: cover
. But not every Browser supports CSS3 so you need a fallback. Check out this tutorial to learn more.
Comments
GREAT! worked like charm!