Skip to content

myanmarlinks/gallery

 
 

Repository files navigation

Gallery Module

Reborn CMS Gallery Module.

Slider Usage.

Gallery module supported (3) type of slider.

Bootstrap Carousel Slider

The slideshow will be show carousel slider with Pagination (Indicators), Controls (Prev, Next) and Caption (

Image Label

Image Description

).

// Default
{{ Gallery::bootstrap('My Gallery') }}

// With custom width and height (560x320)
{{ Gallery::bootstrap('My Gallery', 560, 320) }}

// Without pagination (indicators)
{{ Gallery::bootstrap('My Gallery')->pagi(false) }}

// Without controls (prev, next)
{{ Gallery::bootstrap('My Gallery')->control(false) }}

// Without caption
{{ Gallery::bootstrap('My Gallery')->caption(false) }}

// Without caption and pagination
{{ Gallery::bootstrap('My Gallery')->caption(false)->pagi(false) }}

// Set custom slider interval value
{{ Gallery::bootstrap('My Gallery')->interval(4200) }}

SlideJs

TODO

GlideJs

TODO

About

Reborn Gallery Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published