Lessons with Media Queries

Avatar of Chris Coyier
Chris Coyier on

Sam Collins with a big writeup on his experience using media queries and comparing them against other mobile optimization techniques. There are lots of good practical tips to use inside your media queries like:

  • Remove all CSS and JavaScript animations (and how)
  • Re-declaring @font-face with new method to fix Android
  • Setting font size of inputs to at least 100% to avoid awkward iPhone zoomage.

Some great tips in the comment thread as well.

Direct Link →