How to put auto-adjustable background to the screen?
I put it like this in my body
but when I enter the cell phone it cuts the background, only stays where it has an element.
body{
clear: both;
background:url(../img/background-login.png) center center fixed;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-khtml-background-size: cover;
-moz-background-size: cover;
min-height:100% !important;
}