%META:TOPICINFO{author="ProjectContributor" comment="" date="1730806362" format="1.1" version="1"}%
%META:TOPICPARENT{name="JQueryPlugin"}%
---+ %TOPIC%
%JQPLUGINS{"slimbox"
  format="
    Homepage: $homepage <br />
    Author(s): $author <br />
    Version: $version
  "
}%

%STARTSECTION{"summary"}%
Show images in a lightbox. Slimbox 2 is a 4 KB visual clone of the popular
Lightbox 2 script by Lokesh Dhakar, written using the jQuery javascript
library. It was designed to be very small, efficient, standards-friendly, fully
customizable, more convenient and 100% compatible with the original Lightbox 2.
%ENDSECTION{"summary"}%

---++ Usage

Surround a set of image links with a container that has got the class name
==jqSlimbox=. Additional parameters can be specified using JQueryMetadata.

---++ Examples
%JQREQUIRE{"slimbox"}%

<div class="jqSlimbox">
<!--
   * Set IMAGESIZE = 150
-->
%IMAGE{"IMG_1190.JPG"}%
%IMAGE{"IMG_1190.JPG"}%
%IMAGE{"IMG_1190.JPG"}%
</div>

%META:FILEATTACHMENT{name="IMG_1190.JPG" attr="h" comment="" date="1730806362" size="46155" user="ProjectContributor" version="1"}%
