yo uso esto a ver si te sirve ;)
esto para el body
y esto para el css
Código CSS:
Ver originalimg.bg {
/* Establezca reglas para el relleno de fondo */
min-height: 100%;
min-width: 100%;
/* Establecer la escala proporcional */
width: 100%;
height: 120%;
/* Establecer posicion */
position: fixed;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px){
img.bg {
left: 50%;
margin-left: -512px; }
}