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:
None of the above worked for me using JQM 1.2.0
This did work for me:
.ui-page.ui-body-c { background: url(bg.png); background-repeat:no-repeat; background-position:center center; background-size:cover; }