Background image won't repeat on screen resize
I'm trying to have my background image repeat. Currently the repeat function is working on the standard 320 x 480 resolution, but when I go to a different one, the image cuts off. It looks like the mobilecontainer doesn't resize to the full screen width when it changes.
Here's a screenshot of the issue I'm having http://prntscr.com/681shj
and here's the code I'm using to display the background http://prntscr.com/681tnx
Essentially all I want to do is just have it repeat infinitely no matter the screensize.
Thank you!