After Googling, I think found out _ how _ to stop an image from scaling that is wider than the display:
-- note the boolean on the end... local wideImage = display.newImage('images/wideImage.png', true)
However, after reading the documentation, I could not find this option, and cannot figure out _ why _ this works:
https://docs.coronalabs.com/api/library/display/newImage.html
I can live with the fact that this works, but being new to Corona, I’d like pointers on how I can identify these options in the future.
Many thanks in advance!