A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
Javascript by Scott Jehl,
scottjehl.com
icensed under the MIT or GPL Version 2 licenses.
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable
responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
If you're unfamiliar with the concepts surrounding Responsive Web Design, you can read up
here and also
here
How to get it working
@media screen and (min-width: 480px){
...styles for 480px and up go here
}/*/mediaquery*/
From 1 October 2016 on, this plugin is no longer supported. Please use
Powerpack instead.