Webkit Background Size: Cover example
HTML
<div id="background">Hello</div>
CSS
html {
background: url('http://i.imgur.com/MgHmc.jpg') no-repeat;
-webkit-background-size: contain;
}
<div id="background">Hello</div>
html {
background: url('http://i.imgur.com/MgHmc.jpg') no-repeat;
-webkit-background-size: contain;
}