/ Published in: CSS
URL: http://css-tricks.com/perfect-full-page-background-image/
Fullscreen background image using pure CSS3. Tested and working in FF16, IE9 and Chrome
Expand |
Embed | Plain Text
html { background: url(../img/your-background-image.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
You need to login to post a comment.
