+ 14
What is the size of px
What is the size of 1 pixel in mm? Is it fixed ?
12 Answers
+ 7
I prefer % to px too.
+ 6
Do not use px, you will only see px good on 1 device. Use vh instead, you will see it good on every device!
+ 5
24 bits.
+ 4
It depends
But try never to use pixel
Try to use % instead
+ 3
I have experience one thing on Sololearn.
Using PX and %. There is a little different.
% is more clear and accurate than PX.
If you are drawing a line or bars use %.
+ 2
One pixel is the size of one physical pixel on your device. For example, if your screen resolution is 1920x1080, then one pixel is 1/1920 of the width and 1/1080 of the height of your screen.
+ 1
//1px =25. 4mm
+ 1
I think it's differs from one device to another, am I right?
+ 1
4mm
+ 1
War next
0
One pixel
0
Can any one tell me what is try and catch metod in Java? ????