0

I came across the Pager and Hash plug-ins for lightGallery: http://sachinchoolur.github.io/lightgallery1.2/docs/api.html#lg-pager

The docs tell how to enable them. But what are they for? What's their use?

marmistrz
  • 5,974
  • 10
  • 42
  • 94

1 Answers1

1

As far as I know, the pager displays the 'current-image/total-images' in the upper left corner (ex. 4/34 on the fourth item).

The hash plug-ins creates unique URL's with hash(#) id's for every item(slide=) of the gallery or galleries(lg=).

Example: www.foo.com/bar/foobar.php#lg=1&slide=0. Where 'lg=1' refers to the first gallery and 'slide=0' refers to the first item inside that (lg=1) gallery. Every item has it's own unique URL.

Ifran
  • 83
  • 4