/responsage

Add responsive images to your WordPress theme

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

=== 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