#2322 closed defect (bug) (fixed)
Firefox shows low-res banner on retina display
Reported by: | jsmoriss | Owned by: | tellyworth |
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
When looking at the "computed" CSS for the new directory, Chrome shows the 1544x500px banner while Firefox shows the 772x250px banner (for the same retina display).
A quick search suggests variable support for "-webkit-min-device-pixel-ratio" (used for the banner CSS in the new plugin directory) -- perhaps an alternate CSS syntax would be better supported by Firefox and other browsers?
Change History (3)
Note: See
TracTickets for help on using
tickets.
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."