hii
local nearback1=display.newImageRect("nearbk2.png",display.contentWidth,600) nearback1.x=0+display.screenOriginX nearback1.y=250+display.screenOriginY
my problem is . the image nearbk2 is not wide as my display.i had to add some numbers to my imagewdth to cover the entire screen
and someone suggested me to check out the config file but i dont understand what is wrong with it…here is my config file and image of simulator
application = { content = { width = 768, height = 1024, scale = "letterBox", fps = 30, --[[imageSuffix = { ["@2x"] = 2, ["@4x"] = 4, }, --]] }, }