Making WordPress.org

Opened 10 years ago

Closed 9 years ago

Last modified 3 years ago

#933 closed enhancement (fixed)

Add cross browser high resolution media queries

Reported by: sergejmueller's profile sergej.mueller Owned by:
Milestone: Priority: normal
Component: General Keywords: has-patch
Cc:

Description

For the WordPress logo and other HiDPI graphics.

Attachments (1)

wp4.css.patch (1.8 KB) - added by sergej.mueller 10 years ago.

Download all attachments as: .zip

Change History (9)

#1 @ocean90
10 years ago

Related: #628

#2 @Otto42
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: @nacin
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 @iammattthomas
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.

#6 @iandunn
9 years ago

  • Component changed from wordcamp.org to General

This ticket was mentioned in Slack in #meta by ocean90. View the logs.


9 years ago

#8 @ocean90
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [1849]

Note: See TracTickets for help on using tickets.