Hi
Following the reccomendations I have set my “config.lua” file to
scale = "letterbox"
but using their method by oversizing the background image results in th bacnground getting cropped. Because of the design of my app I need the entire background image visible so in my case I need
scale = "zoomStretch"
for the background image and
scale = "letterbox"
for everything else.
Anyone have any ideas?
