background image for iPhone, iPhone4 and iPad

I am getting this close to publishing my very first app! (imagine my fingers very close together). My app works great on the iPad and iPhone 4 and except for the background image it works great on the older iPhone as well. My problem is… on the older iPhone my background image is about 1/2 the size it should be. All other images are just fine, it’s only the background image that is the problem. I’ve tried a variety of settings I find on the corona site, but nothing that effects only that background image. Everything that fixes the background image on the older iPhone makes all of the other images much larger than they should be. Has anyone seen this before? Does anyone have any advice? I suppose I could publish just for iPhone4 and iPad, but this is a children’s app and many parents give their child an older iPod touch or iPhone to play with.

Any advice would be greatly appreciated. [import]uid: 48122 topic_id: 18701 reply_id: 318701[/import]

Please post your config.lua file, so we can see your settings. Also are you using auto scaling, and if so are you properly using the @2.png settings?

-David [import]uid: 96411 topic_id: 18701 reply_id: 71882[/import]

  
application =  
{  
 content =  
 {  
  
 width = 768,  
 height = 1024,  
 scale = "zoomStretch",  
 yAlign="right"  
  
  
  
 },  
}  
  

This is my newest version of the config.lua but I’ve been through a variety using @2.png and @2x.png. In every situation either my background image is too small and everything else is just right or by background image is just right and everything else is way too big.

[import]uid: 48122 topic_id: 18701 reply_id: 72000[/import]

I’m having the same problem - did you figure this out? [import]uid: 2862 topic_id: 18701 reply_id: 115512[/import]