[wp-trac] [WordPress Trac] #21019: Retina All the Things
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 21 18:26:38 UTC 2012
#21019: Retina All the Things
----------------------------+------------------------
Reporter: matt | Owner: azaozz
Type: task (blessed) | Status: reviewing
Priority: normal | Milestone: 3.5
Component: Administration | Version: 3.4
Severity: normal | Resolution:
Keywords: |
----------------------------+------------------------
Comment (by azaozz):
Thinking more about the @media queries:
- WebKit requires `-webkit-min-device-pixel-ratio`.
- No other browser supports HiDPI mode at the moment.
- All current browsers support `min-resolution` in dpi, only Firefox
nightlies support it in dppx.
If we use `min-resolution` in dpi we will be sending 2x images to all
browsers but they won't be using/showing them in HiDPI. As the browsers
add support for HiDPI mode, they would most likely be adding support for
`min-resolution` in dppx as well. So dppx can be used as another "check"
whether to send 2x images to the browser.
In that terms it would be logical to go with what [comment:81 @taylorde]
suggested above.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21019#comment:86>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list