I encountered this concept: device pixel ration, some said it is the ratio between physical pixels and logical pixels.
For example iPhone has:
- Physical resolution: 960 x 640
- Logical resolution: 480 x 320
so does it mean that the height of each physical pixel is the screen height/960 ? And the height of each logical pixel is equal to twice the height of the Physical pixel?
px
pixels. When taken literally, every web page would appear way too small. So Apple invented the "logical pixel" measurement unit, whereas "physical pixels" are the ones you would see. (If only they weren't so darn small.) – Jongwaredevice independent pixels
, is it something similar to logical pixel? – Blake