ABANDONED - Use Context Breakpoints
This module was rewritten under the name Context Breakpoint.
Please use this module now, it has the same functionality and more, plus an auto-reload feature.
-----------------------------------------------------------------
What it does:
This module extends the Context module with two additional conditions that enable developers to adapt to the users current screen resolution or browser width/height by using context reactions.
For example, you could use Context and the Delta module to change the template
depending on the width of the browser window.
Adaping to resolution should mostly be done with CSS and media queries,
but sometimes you just can not do everything you need to in plain CSS, and more extensive changes - like different markup - are required.
IMPORTANT NOTE:
This module detects screen and browser size with Javascript and sets a cookie accordingly.
This means that Javascript and cookies must be enabled.
Also, after changing the browser size, a reload will obviously be required
for the changes to show up.
Installation:
Nothing special here, just place it in your sites/all/modules directory and enable it.