jquery

사진 보기 lightGallery - 아파치 라이센스

관절분리 2016. 1. 27. 18:33
반응형

 

 

갤러리 최강 플러그인




API : 링크

http://sachinchoolur.github.io/lightGallery/docs/api.html


 

 

 

 

lightGallery.zip

 

API

Lightgallery comes with a lot of options, events, and methods to customize the gallery without touching the core code. You can find both Lightgallery core options, and the built in plugin options here.

Options

Passing options

  1. $('#lightgallery').lightGallery({
  2. mode: 'lg-fade',
  3. cssEasing : 'cubic-bezier(0.25, 0, 0.25, 1)'
  4. ......
  5. });