image_caption 7.x-1.0-beta3

#1139112 add caption-processed class to prevent caption duplication on DOM change

image_caption 7.x-1.0-beta2

New features

Add updated "Image caption filter" module. With thanks / credit to Florian Weber ( webflo ) for the patch.

image_caption 7.x-1.0-beta1

New release for Drupal 7, jQuery version only at this stage. No configuration needed. Just install and add a class of 'caption' to images that need captioning. The image caption is generated from the img tag title text.

image_caption 6.x-2.4

New features
Bug fixes

Update to address http://drupal.org/node/300779 thanks awolfey and ngmaloney .
Note: only issues marked "reviewed and tested by the community will be considered for patching, thanks.

image_caption 6.x-2.3

fix for call time pass by reference error in contrib filter module

image_caption 6.x-2.2

new version with included submodule for image caption via input filter. Courtest of fletchgqc ( http://drupal.org/user/236219/contact )

image_caption 5.x-1.1

minor update to fix typo in .info file
added ';' before $Id to indicate comment

image_caption 5.x-1.x-dev

DESCRIPTION:

This module uses JQuery to add captions to images.
The image title attribute is used to create the caption

EXAMPLE:

<img src="/files/example.jpg" title="example caption" class="caption" />

This will result in an image with the caption of 'example caption'

Theming the Image Caption

The image caption and container may be styled with CSS using the classes:

.image-caption-container{}
.image-caption{}
Subscribe with RSS Subscribe to Releases for Image Caption