This plugin offers a nice and elegant way to add Lightbox functionality for images, html content and media on your webpages.
Responsive Lightbox WordPress plugin adds Lightbox functionality for images, html content and media on your webpages.
The Responsive Lightbox Pro includes added support for:
Installation Instruction & Configuration
1.You can use the built-in installer. OR
Download the zip file and extract the contents. Upload the ‘responsive-lightbox-lite’ folder to your plugins directory (wp-content/plugins/).
2.Activate the plugin through the ‘Plugins’ menu in WordPress.
3.Log into Admin panel and go to Settings > responsive lightbox lite to change values.
Adding images to a post and linking them to media files
How to add Lightbox functionality manually?
If you would prefer to add Lightbox manually, first you need to disable automatically add option from the backend (Settings > Responsive Lightbox) and add rel and data-type attributes to your links accordingly.
Single Images
rel=”lightbox”
Images Gallery
rel=”lightbox[gallery-0]”
iFrame/ external links
rel=”lightbox” data-lightbox-type=”iframe”
Gmap
rel=”lightbox” data-lightbox-type=”iframe”
Vimeo
rel=”lightbox” data-lightbox-type=”iframe”
Youtube
rel=”lightbox” data-lightbox-type=”iframe”
Ajax
rel=”lightbox” data-lightbox-type=”ajax”
Inline
rel=”lightbox” data-lightbox-type=”inline”
If you would prefer to add Lightbox manually, first you need to disable automatically add option from the backend (Settings > Responsive Lightbox) and add rel and data-type attributes to your links accordingly.
Single Images
rel=”lightbox”
Images Gallery
rel=”lightbox[gallery-0]”
iFrame/ external links
rel=”lightbox” data-lightbox-type=”iframe”
Gmap
rel=”lightbox” data-lightbox-type=”iframe”
Vimeo
rel=”lightbox” data-lightbox-type=”iframe”
Youtube
rel=”lightbox” data-lightbox-type=”iframe”
Ajax
rel=”lightbox” data-lightbox-type=”ajax”
Inline
rel=”lightbox” data-lightbox-type=”inline”
Version 1.3.2
Added missing script file.
Version 1.2
Bug fixes for improved quality and performance.