sachinchoolur / lightgallery.js

Full featured JavaScript image & video gallery. No dependencies
https://sachinchoolur.github.io/lightgallery.js/
Other
5.3k stars 596 forks source link

Same instance, various images on the page #122

Closed arnaudthuillier closed 5 years ago

arnaudthuillier commented 5 years ago

Hello,

Here is my case :

My question : I want the images from both gallery be part of the same instance of lightGallery - with the 5 images - is that possible ?

Thank you

vielhuber commented 5 years ago

Yes, for sure.

Checkout this gist, which exactly does that: https://gist.github.com/vielhuber/6bb460e96c42031d96d09f7a29bb6e7a

arnaudthuillier commented 5 years ago

Thank you !