Skip to main content

All Questions

1 vote
1 answer
2k views

LightGallery multiple galleries on same page

Installed lightGallery today on my site and here is the part of code: <div class="portfolio-content"> <ul id="portfolio_filters" class="portfolio-filters"> ...
Michael's user avatar
  • 11
1 vote
1 answer
945 views

What's another library same as LightGallery but free (MIT license)

LightGallery is consistent with what I desire (LightGallery). However, it is not free for web sales. Can you help me to find other free libraries that function like LightGallery (thumbs, zoom and ...
Rexibot.com's user avatar
0 votes
4 answers
4k views

$ is not defined lightgallery

For some reason my lightgallery is not working. I added it the same way I always do and all javascript files are included after Jquery. I get this message in the console: Uncaught TypeError: $ is ...
twan's user avatar
  • 2,579
1 vote
0 answers
598 views

Lightgallery multiple instances not working

I got a couple of images that I want to open a gallery with (using lightgallery). So I looked up their documentation, and found out to use multiple instances I have to include lg-hash.js and give ids ...
twan's user avatar
  • 2,579
3 votes
0 answers
2k views

jQuery lightGallery dynamic - open gallery to correct image

Using the jQuery lightGallery plugin: http://sachinchoolur.github.io/lightGallery/ So I have the following code: JSON (array): var gallery_json = '[{"src":"/assets/Images/Gallery-Images/img-1.jpg","...
Otis Wright's user avatar
  • 2,090
3 votes
1 answer
4k views

Lightgallery with images in separate divs

I have multiple images in rows and I want Lightgallery to capture all the images on my page. I can only seem to get separate light galleries for each row instead of one big gallery. The problem occurs ...
Vince's user avatar
  • 367
1 vote
2 answers
4k views

Multiple galleries in Lightgallery hash plugin?

I cannot run the plugin Lightgallery hash. My wish is to have two galleries on the same page and clicking on a button should display the other. If I'm not mistaken the plugin should do this. I added ...
sadek's user avatar
  • 15
1 vote
1 answer
4k views

Light gallery match error

I'm making a video gallery with light gallery plugin in time to run it generates the following error Uncaught TypeError: Can not read property 'match' of undefined, as researched in forums but not yet ...
José Ferreira's user avatar
0 votes
1 answer
724 views

lightGallery 1.2 with jQuery 1.11.3 shows endless spinner and JS error, what is wrong?

I have the following setup using jquery 1.11.3 and the new release 1.2 of lightgallery (https://github.com/sachinchoolur/lightGallery) installed by bower. I tried several variants with and without the ...
CeeL's user avatar
  • 25