jquery / jquery-wp-content

WordPress themes and plugins for the jQuery sites
GNU General Public License v2.0
253 stars 169 forks source link

Make footer credit logos HiDPI-friendly #370

Closed melchoyce closed 11 months ago

melchoyce commented 9 years ago

They're blurry on retina/HiDPI screens:

screen shot 2015-07-26 at 3 23 29 pm
melchoyce commented 9 years ago

There are two options here:

  1. Add in 2x png versions of the logos
  2. Swap the pngs out for inline SVGs

2x pngs are easiest, and already the convention being used. However, this could be a good place to try introducing inline SVGs, which will be more future-proof.

What kind of browser support does jquery-wp-content maintain?

arthurvr commented 9 years ago

What kind of browser support does jquery-wp-content maintain?

IE8+

jdorfman commented 9 years ago

MaxCDN and Wordpress logos are in Font Awesome:

Since jquery.com already uses Font Awesome, this would be as easy as replacing the logos with:

As for Media Temple, a request can be made.

melchoyce commented 9 years ago

Looks like there's a Media Temple issue already: https://github.com/FortAwesome/Font-Awesome/issues/1531

Font Awesome would work well for the other two. Maybe for now we can replace MaxCDN and WordPress with Font Awesome, and add a 2x png for Media Temple? Happy to make a PR.

Krinkle commented 11 months ago

Done in https://github.com/jquery/jquery-wp-content/commit/28542b5616895cba4ac4fa41144abd05b5087a04.