general question about webkit device pixel ratio?
-
hello,
I see that The:-webkit-device-pixel-ratio is a non-standard Boolean CSS media feature which is an alternative to the standard resolution media feature. Note: This media feature is a WebKit feature. If possible, use the resolution media feature query instead.1.
I have this media qyery:
@media screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) { }my question is do I have to use webkit-device-pixel-ratio in my media queries or ignore it?
if yes why?
if no why?thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘general question about webkit device pixel ratio?’ is closed to new replies.