Lightbox instructions

From the Lightbox module README:

Remember, the content has to be Full HTML for linked images!

ADDING LIGHTBOX FUNCTIONALITY TO YOUR IMAGES
——————————————–
No Grouping
===========
Add rel=”lightbox” attribute to any link tag to activate the lightbox.
For example:
image #1
image #1

Optional: To show a caption either use the title attribute or put in the second
set of [] of the rel attribute.

With Grouping
==============
If you have a set of related images that you would like to group, follow step
one but additionally include a group name between square brackets in the rel
attribute. For example:

image #1
image #2
image #3

No limits to the number of image sets per page or how many images are allowed
in each set. Go nuts!

If you have a set of images that you would like to group together in a
lightbox, but only wish for one of these images to be visible on your page, you
can assign the “lightbox_hide_image” class to hide the additional images. For
example:

image #1
image #2
image #3

Slideshow
=========
This is very similar to the grouping functionality described above. The only
difference is that “rel” attribute should be set to “lightshow” instead of
“lightbox”. Using the same example as above, we could launch the images in a
slideshow by doing:

image #1
image #2
image #3

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.