1

I'm looking for a great polyfill for Css media query written in Javascript that works in any browser (IE > 7 at least).

There is something better than this? http://wicky.nillia.ms/enquire.js/

thanks.

CastenettoA
  • 673
  • 5
  • 17

1 Answers1

1

Modernizr has a list of polyfills at https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills I'm using Respond (https://github.com/scottjehl/Respond) without any problems.

RWAM
  • 6,760
  • 3
  • 32
  • 45