How to add Lightbox2 to gallery of images
First of all, I'm pretty new in the Drupal world, only a few weeks of experience, so I don't know if there is already a module to do this.
Lightbox2 - How to add a lightbox to images
Demo site: http://www.stellapower.net/lightbox2
Lightbox2 - How to add a lightbox to webpage links
It's possible to show webpage content in the lightbox, using iframes. In this case the "rel" attribute should be set to lightframe. Again
Lightbox2 - How to add inline content
It's possible to show HTML snippets in the lightbox as long as they are on the same domain. In this case the rel attribute should be set to
Lightbox2 - How to create a slideshow
This is very similar to the grouping functionality for images. The only difference is that "rel" attribute should be set to lightshow
Lightbox2 - How to display Drupal messages in a lightbox
By placing the code below in your theme's page.tpl.php file, it's possible to have Drupal messages appear as modal popups. Just add the
Lightbox2 - How to display video content
It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to lightvideo. It's possible to group
Lightbox2 - How to to open a lightbox from a Flash movie
Taken from [#324365] - credit goes to nathan573.
Lightbox2 - How to use the "Lightbox Trigger" Views field
Steps:
Lightbox2 - How to use with CCK Imagefield and Imagecache
Preparation
Lightbox2 - How to use with Gallery2
Here are links that provide step-by-step instructions on how to modify the Gallery2 theme to work with Lightbox in the standalone version,
Using Lightbox2 with TinyMCE or FCKEditor
You can easily use Lightbox2 on anchored images inserted by TinyMCE or FCKEditor, by using the "custom image trigger classes" feature.
Using Lightbox2 with dynamically created content and "start slideshow" link
When using Lightbox2 in image gallery settings you may want a "Start Slideshow" link to appear at the top of the image gallery. Normally
