Deja el
shorthand así y funcionará:
Código CSS:
Ver originalbody {
background: url(../mi imagen.jpg) no-repeat fixed center center;
background-size: cover;
min-width:750px;
}
Algunas versiones de Firefox también daba problemas al usar background-size dentro de background.
Por otro lado, no hay necesidad
real de usar prefijos propietarios para background-size.