I am building a jQuery mobile site, and I am trying to insert a scalable image into the background, which would adjust to screen size of the phone. This is my code:
I think your answer will be background-size:cover.
background-size:cover
.ui-page { background: #000; background-image:url(image.gif); background-size:cover; }