lg-pager

Pager module for lightgallery.


Keywords
gallery, lightbox, image, youtube, vimeo
License
GPL-3.0
Install
bower install lg-pager

Documentation

travis bower npm

Pager module for lightGallery

A customizable, modular, responsive, lightbox gallery plugin for jQuery. lightgallery

Browser support

lightgallery supports all major browsers including IE 9 and above..

Installation

Install with Bower

You can install lightgallery pager plugin using the Bower package manager.

$ bower install lg-pager --save

npm

You can also find lightgallery pager plugin on npm.

$ npm install lg-pager

Download from Github

You can also directly download lg-pager from github.

Include Javascript files

Include lg-pager plugin after lightgallery.min.js.

<body>
   ---
    <!-- Include lightGallery -->
    <script src="js/lightgallery.min.js"></script>

    <!-- Include lg-pager -->
    <script src="js/lg-pager.min.js"></script>

    <!-- Include other lightgallery plugins (Optional) -->
    <script src="js/lg-thumbnail.min.js"></script>
</body>  

Demos

Docs

Options