Hola, necesito redimencionar el background para que se vea bien en todos los dispositivos, pero necesito que se cumpla background-repeat: repeat-x; muchisimas gracias y saludos
Código CSS:
Ver originalbody {
margin-top: 0px;
background-image: url(../images/bg-body.jpg);
background-repeat: repeat-x;
}