Questions tagged [lightgallery]

LightGallery is a customizable, modular, responsive, lightbox gallery plugin for jQuery.

LightGallery is a customizable, modular, responsive, lightbox gallery plugin for jQuery that uses a CSS-only approach for resizing images and videos.


Resources :


Related tags :

161 questions
0
votes
5 answers

TypeError: $(...).lightGallery(...).destroy is not a function

I am getting this error from firefox: TypeError: $(...).lightGallery(...).destroy is not a function I am using following plugin for play video and show image gallery https://github.com/sachinchoolur/lightGallery. I want re-initialize lightGallery…
Pramod Kumar
  • 76
  • 1
  • 5
0
votes
1 answer

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 selector e.g. the following, but always the…
CeeL
  • 25
  • 5
0
votes
1 answer

adding Wistia capabilities into LightGallery

I have a major problem that I was hoping someone here might be able to help me with, or point me into the right direction. I've built a whole website around a light box gallery called LightGallery - (https://github.com/sachinchoolur/lightGallery)…
Nicholas Padula
  • 173
  • 1
  • 9
0
votes
1 answer

Loading swf file in iframe with LightGallery?

I am using lightGallery to load videos into an iframe that gets embeded in the lightgallery popup. Problem is if I provide non-HTML5-videos for old browsers, using my own flash player, the iframe stays empty (black). If I open the video in a new…
Avatar
  • 14,622
  • 9
  • 119
  • 198
0
votes
3 answers

JS for DIV structure

I am using the following code to call JS function for mentioned DIV #lightGallery $("#lightGallery").lightGallery({ thumbnail: false, }); I need modifing JS code to make function be called for any #DIV+num like #lightGallery1,…
user1556571
0
votes
1 answer

using same same selector for Query lightGallery + smoothdivscroll,

I would like to use smoothdivscroll (http://smoothdivscroll.com/index.html) for a scrolling block of images which users can open using the http://sachinchoolur.github.io/lightGallery/index.html lightbox. Unfortunately these scripts do not function…
Sanders
  • 3
  • 3
-1
votes
3 answers

How to attach click listener on pop up image

I want to do something if the image got clicked like redirect user to another page, or is there a way to wrap the pop up image with tag? I can't simply just wrap the with because as far as I know the pop up is created on the fly, so I…
Bens
  • 831
  • 4
  • 12
  • 28
-1
votes
1 answer

LightGallery Video Plugin won't work (undefined $)

I am currently working on a webpage and tried implementing LightGallery. Although the image galleries work totally fine for me the videos won't seem to play. When I check the console the following error message is displayed upon loading the…
Asiimate
  • 3
  • 2
-1
votes
2 answers

Hyperlinks in LightGallery.js

Does anyone know how to add a hyperlink in the description of an image in LightGallery once in open in the model box? My code is:
-2
votes
0 answers

Hide scroll bar when gallery view

There is any way to hide scroll bar when gallery view. I'm using light gallery for images and pdf view. When open pdf there is two scroll bar for pdf iframe and webpage. How can i hide website scroll bar only when open gallery?
-2
votes
2 answers

using lightGallery and Jekyll: TypeError: $(...).lightGallery is not a function

I´m new to Jekyll and Javascript and I´m trying to implement lightGallery by "sachinchoolur" (on Github) with Jekyll. I had a look at related questions asked earlier here and on Github and tried the proposed solutions like a) changing the source of…
LGee
  • 1
  • 2
1 2 3
10
11