Question about how to handle resolutions and retina devices
-
I would like to understand how the plugin handles the resolutions I set.
So e.g. the iPhone X/XS has a viewport width about 375px by @3x viewport scale.
So 3x 375px = 1125px.When I check
HiDPI support
do I have to set375
or1125
as resolution?And if there is no equal resolution set but e.g.
Resolutions:
320, 480, 1024, 1280
Which resolution will give out to the iPhone?
The next @1x up (480)?
The next @1x down (320)?
The next @3x up (1280)?
Or the next @3x down (1024)?Thank you very much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Question about how to handle resolutions and retina devices’ is closed to new replies.