view as iphone is wrong, can someone explain this

Hi

I have modify the storybord demo to a higher resoultion. If I test this all looks fine, for iphone4, ipad… if I switch to view as iphone then the images will not correct displayed. can someone explain this or tell me what I’m doing wrong.

I try to modify the config.lua file and test all the scale modes but nothing changes

application = { content = { width = 640, height = 960, scale = "letterbox", fps = 30, antialias = false, xalign = "center", yalign = "center" } }

source is ready for download:
http://michael152.magix.net/public/support/Storyboard.zip
[import]uid: 96270 topic_id: 28826 reply_id: 328826[/import]

Ok problem is solved, I have used display.newImage() after I have change this with display.newImageRect() and position the image everything looks good for all the devices :slight_smile:

display.newImage() should not more used!
[import]uid: 96270 topic_id: 28826 reply_id: 116555[/import]