Respond.js Wordpress Plugin - Rating, Reviews, Demo & Download

Respond.js Wordpress Plugin - Rating, Reviews, Demo & Download
4.8 Average out of 4 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)

  • Copyright 2011: Scott Jehl, scottjehl.com
  • Dual licensed 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

  • Craft your CSS with min/max-width media queries to adapt your layout from mobile (first) all the way up to desktop
  • Follow each of your media query closing braces with this closing comment (handy for scanning the stylesheet anyway, IMHO):
    @media screen and (min-width: 480px){
        ...styles for 480px and up go here
    }/*/mediaquery*/

Screenshots

No screenshots provided


Reviews & Comments