I developped several websites using mediaqueries for making them retina ready. On firefox I now see that all background images (managed by mediaqueries) are blurry, not retina ready.

Is this normal? Why firefox does not support the mediaqueries for pixel-ration yet?

Ex:

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) { ... }

Thanks for your help.

有帮助吗?

解决方案

Firefox does support pixel ratio media queries with prefixes:

-moz-device-pixel-ratio

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top