[wp-meta] [Making WordPress.org] #2322: Firefox shows low-res banner on retina display
Making WordPress.org
noreply at wordpress.org
Sat Dec 10 21:39:15 UTC 2016
#2322: Firefox shows low-res banner on retina display
------------------------------+------------------------------------
Reporter: jsmoriss | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Plugin Directory v3.0
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+------------------------------------
Comment (by jsmoriss):
From https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-
device-pixel-ratio:
"This feature is non-standard and is not on a standards track. Do not use
it on production sites facing the Web: it will not work for every user.
There may also be large incompatibilities between implementations and the
behavior may change in the future."
{{{
@media (-webkit-min-device-pixel-ratio: 2) { ... }
/* is equivalent to */
@media (min-resolution: 2dppx) { ... }
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2322#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list