My background images need to re-size to fit the screen. I've added the following CSS code from the project menu:
[dsid=HomeScreen] .ui-body-f {
background-size: cover;
}
I also tried adding through more properties, with no luck. I thought i added the code correctly. What do you suggest?