SyntaxFix
Write A Post
Hire A Developer
Questions
You need to set the height of html to 100%
html
100%
body { background-image:url("../images/myImage.jpg"); background-repeat: no-repeat; background-size: 100% 100%; } html { height: 100% }
http://jsfiddle.net/8XUjP/