=== Responsage === Contributors: Adrian Ciaschetti Tags: responsive images, images, mobile Requires at least: 3.0 Tested up to: 3.3.2 Stable tag: 0.1 License: GPLv2 == Description == This is a small WordPress theme plugin that allows you to make your images responsive. It detects the user-agent string of the browser (Thanks to Mobile Detect (http://code.google.com/p/php-mobile-detect)) and returns the url of the resized image. To install, just drag the responsage folder of this theme and functions.php into the theme of your choice. To use Responsage, call the function ra_attachment_image_src in your template files with the image ID and size to produce the image URL. = 0.1 = * Initial release