The LightBox Slider Gallery plugin will lets you create beautiful carousel slider gallery with Lightbox enabled. Here are all amazing slider gallery demos which this plugin can do.
Get Premium LightBox Slider Gallery
Lightbox Slider Gallery Demo: Drag Slides
Show photos from Joomla images folder, set the slider gallery width as 650px, show 3 photos at a time, and disable the auto play feature.
Code Example:
{lightgallery style=slider type=local path=images/lightgallery galleryName=Demo sliderItems=3 sliderWidth=650px itemSpace=3px sliderAutoPlay=false sliderPagination=false}Lightbox Slider Gallery Demo 1{/lightgallery}
Lightbox Slider Gallery Demo: Auto Play
This is the same as above example, but we enable the auto play feature and make the gallery in infinity loop mode.
Code Example:
{lightgallery style=slider type=local path=images/lightgallery galleryName=Demo2 sliderItems=3 sliderWidth=650px itemSpace=3px sliderAutoPlay=true sliderDotPagination=false sliderPagination=false}Lightbox Slider Gallery Demo 2{/lightgallery}
Lightbox Slider Gallery Demo: Play with Arrow
This is the same as above example, but we show the navigation arrow, so you can click the arrow and play the gallery.
Code Example:
{lightgallery style=slider type=local path=images/lightgallery galleryName=Demo2 sliderItems=3 sliderWidth=650px itemSpace=3px sliderAutoPlay=false sliderDotPagination=false sliderPagination=true}Lightbox Slider Gallery Demo 2{/lightgallery}
Lightbox Slider Gallery Demo 3
Set the slider gallery as jumbotron style. Enable the auto play feature.
Code Example:
{lightgallery style=slider type=local path=images/lightgallery galleryName=Demo3 sliderItems=1 sliderWidth=650px sliderDotPagination=false sliderPagination=false sliderAutoPlay=true autoPlayTimeout=3000}Lightbox Slider Gallery Demo 3{/lightgallery}
Lightbox Slider Gallery Demo 4
Show a gallery cover in the article, click the cover and view the whole gallery.
Code Example:
{lightgallery style=slider type=local path=images/lightgallery galleryName=Demo4 sliderItems=1 sliderWidth=250px sliderPagination=false sliderDotPagination=false sliderAutoPlay=false}Lightbox Slider Gallery Demo 4{/lightgallery}
Lightbox Slider Gallery Demo 5
Show all photos in a normal grid gallery.
Code Example:
{lightgallery type=local path=images/lightgallery galleryName=Demo5 previewWidth=150 itemSpace=3px}Normal Gallery{/lightgallery}