xhtml-images makes use of `<noscript>` and `<object>` tags to provide a picture given the dimensions of its container
xhtml-images 
===========
A jQuery plugin to use responsive pictures without HTML5
Description
-----------
xhtml-images makes use of and tags to provide a picture
given the dimensions of its container.
Purposes of this plugin are:
- If Javascript is enabled, we want to display a well sized image
- If Javascript is disabled, we want to display a fallback image
- We don't want the brother to pre-load a big picture if we don't display it
- And we want it to be accessible!
How to use it
-------------