0
How to Put Self Adjustable Fabric Background?
I put it like this in mine body
but when I enter the cell phone it keeps cutting the background, it only stays where it has 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;
}
I still haven’t made it :/
– Victor Morais