Responsive Touch-enabled jQuery Image Lightbox WordPress Plugin
Lightbox effects for single images thumbnails or galleries. It has an automatic mode, you install and activate and the plugin does the rest. It works with most (99%) of the themes.
Features
- Open images and divs with lightbox effect.
- Navigate through arrow keys, mouse wheel, click, tap or swipe.
- Responsive (working well on mobiles too).
- Touch-enabled.
- Thumbnail navigation.
- Translation ready.
- Fast and lightweight. (The JavaScript is only 8.7 KB)
- Auto, gallery and single mode (Options: single mode:
Single image mode
, gallery mode:Gallery mode
)
Open images and divs
- Open all divs with a class
lightbox35-lightbox
. - Open all images which inside a link tag, except with
lightbox35-no-lightbox
class. (Auto mode) - With the class
lightbox35-no-gallery
, will not listed in the gallery, but opens individually. (Ignored in gallery mode) - Gallery mode: open images with a class
lightbox35-gallery
and navigate between them, every other, images open as single
Navigate through elements
- Arrow keys.
- Mouse wheel.
- Click on the left or right side of the images.
- Tap on the left or right side of the images.
- Thumbnail navigation.
Sceenshots and Demo
Please click on the images for demo.
Caption on the image
Caption on the image, the program looking for the div inside in the link (A) tag with a class "lightbox35-lightbox-caption", if none, then looking for the image title attribute. With CSS you can customize the look and feel. You can use HTML inside div caption but because nested link are invalid, please place your link inside caption div like:
[url="link" attribute="value"]name of the link[/url]
.