Share your experience!
Hello,
The display specs of Xpedia Z5 (premium) are " 5.5 '' 4K UHD ( 3840x2160 ) , 806 PPI ."
As a web developer, I would like to know the "CSS dimensions" of this device , also known as " pixels independent device" .
This value is the one that returns the web browser for example to the test site http://mydevice.io/
Some examples of " CSS dimensions " :
- IPhone 6+ : 414px (real 1080px )
- Sony Xperia Z3: 360px (real 1080px )
- More here: http://mydevice.io/devices/
Does anyone know the CSS dimension value for Xperia Z5 premium , or could he check on the http://mydevice.io/ site?
Thank you in advance 
You could check it by yourself:
Here is a help:
http://www.pixel-ruler.net/android-density-independent-pixel
| Horizontal resolution: 3840 pixels Vertical resolution: 2160 pixels Diagonal: 5.5 inches (13.97cm) | Aspect ratio: 16:9 |
| Display size: 4.79" × 2.7" = 12.93in² (12.18cm × 6.85cm = 83.39cm²) at 801.06 PPI, 0.0317mm dot pitch, 641693 PPI² |
This means: 3840/801=4.7 ratio.
This means: 2160/801=2.7 ratio.
This means:3840/4,7=817 CSS Dimension Horizontal.
This means:2160/2,7=800 CSS Dimension Vertical.
Hope the calculation is right.