Home › Forums › CSS › CSS background HELP not scaling for ipad or phone › Reply To: CSS background HELP not scaling for ipad or phone
May 27, 2014 at 11:42 am
#171181
Participant
Hi Joe- I actually do have that in my css..
#wiredmag {
float: left;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
background: url(../img/wired_1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #FFFFFF;
}