Currently I have built for iPhone and it seem putting a config.lua of Width=320 Height=480 “letterbox” and built.settings landscape mode was the perfect fit, although an image of Width=960 Height=640 would have same results as an image of Width=480 Height=320 is it because the image scales down which is basically dividing the size by 2?
But my Main Question is when you built for iPad only, If my config.lua is set to iPad size and “letterbox” even if my image is iPad size it does not “fill” the whole screen like my iPhone built easily did as explained above. Now if I use “zoomEven” it does fill whole screen but on some images It has a cutoff making the image look bigger then it normally is. And If I use “none” which I believe is the same as not using a config.lua the picture fits perfect but I notice the color on the picture changes in a way it makes the picture look more “colorful”.
So is there a way to configure an iPad only app as easy as iPhone app so a background fills the whole screen?
Note: I have tried display.newImage(“blah.png”, true) to fill whole screen but nothing happens.
Thanks for your Help! [import]uid: 30314 topic_id: 18406 reply_id: 318406[/import]