Hello, I am trying to find a low res resolution that will fill the screen at 1080p and 720p in NW.JS
I had my low resolution pixel art game running at a window size of 480x270 which looks fine and fills the screen at 1920x1080, with scaling set to letterboxed integer, but in 1280x720 it is surrounded by large black borders, which is confusing me as it is also 16:9. any other fullscreen scaling options either do nothing or make the pixels uneven.
Are there any resolutions I can use, similar to the window size I am using where I can have full screen (or as close to), square, clean pixels at both 720p and 1080p?