#933 closed enhancement (fixed)
Add cross browser high resolution media queries
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | has-patch |
Cc: |
Description
For the WordPress logo and other HiDPI graphics.
Attachments (1)
Change History (9)
#2
@
10 years ago
I have the same objections I had in #628: This is overly excessive. What are the rules for the actual browsers in use today? Adding a set of 6 different rules if only 3 are needed is not great.
If all we need is min-resolution and min-device-pixel-ratio, then let's use that rather than pollute the CSS by adding rules for old versions of browsers which nobody is using anymore.
#3
follow-up:
↓ 4
@
10 years ago
We should follow the logic here: http://mattmiklic.com/2012/11/18/making-sense-of-hidpi-media-queries/. If it needs to be updated, then we should talk to @iammattthomas.
#4
in reply to:
↑ 3
@
10 years ago
Replying to nacin:
We should follow the logic here: http://mattmiklic.com/2012/11/18/making-sense-of-hidpi-media-queries/. If it needs to be updated, then we should talk to @iammattthomas.
Just wanted to note that I did some testing late last year, and this is still the shortest/best way to target every browser that supports HiDPI graphics (and will be until IE/Spartan supports dppx
, or Webkit supports resolution
.
#5
@
10 years ago
The source for committed media queries: https://css-tricks.com/snippets/css/retina-display-media-query/
Related: #628