Lightbox Galore

No frills lightbox effect for images.

Author:clearcrest (profile at wordpress.org)
WordPress version required:3.9
WordPress version tested:4.0
Plugin version:0.1
Added to WordPress repository:10-08-2014
Last updated:08-09-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://clearcrest.net/wp/
Total downloads:68
plugin download
Click to start download

No frills lightbox effect when clicking images tagged with rel="lightbox".

Also supports the older convention when the rel="lightbox" tag is a property of an enclosing <a href> tag.

Click the lightbox or press <esc> to close it.

Lightbox shows images as-is with real width and height, so make sure they are uploaded to the server save with the width and height they are supposed to be seen.

Example:

<img src="[url to image]" rel="lightbox" width="[an integer]" />

..or..

<a href="[url to image]" rel="lightbox"><img src="[url to image]" width="[an integer]" /></a>