You must not confuse resolution with density, you can find various explanations on this on Google.
In Device Info HW, when you are in the "SCREEN" section you need to look further down in "Density".
However, the values that Nextgen consider are:
dpi=120, dpi=160, dpi=240, dpi=320, dpi=480, dpi=640,
when this line is enabled:
screen_xy="auto"
the system adapts to the closest value than that of your device.
Only those values that I wrote above are considered, so if you want to set an intermediate value, the closest value will always be considered. For example, if your value is 440, you can write either dpi=440 or dpi=480 and nothing will change, if instead you write dpi=320 the screen will appear smaller and further away, on the contrary if you write dpi=640 the screen will appear larger and closer.
Bookmarks