You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2020. It is now read-only.
I am filtering the images using jQuery. The filter simply shows/hides images with the matching class name.
Upon filtering I am dynamically updating the data-gallery attribute so only those filtered images are available to click through in the lightbox gallery.
This seems to work ok but there's a glitch which removes the abililty to page next/prev through the gallery. I assume this is because the data-gallery attribute is being changed dynamically?
Click 'kitchens' filter, then click the first image and the gallery lets you correctly page forward/backwards through the 4 filtered images. Close lightbox.
Click 'bathrooms' filter, then click the first image and the gallery lets you correctly page forward/backwards through the 4 filtered images. Close lightbox.
Click 'all' filter, then click the first image. You are unable to page through?
Any ideas if this is a bug or what I can do to fix this?
Browser name and version
Firefox Quantum 64.0.2 (64-bit)
Windows 10
Many thanks in advance.
Kevin :)
The text was updated successfully, but these errors were encountered:
Hi Ashley
I am using Bootstrap 4 with your Ekko lightbox gallery - http://ashleydw.github.io/lightbox/#image-gallery
I am filtering the images using jQuery. The filter simply shows/hides images with the matching class name.
Upon filtering I am dynamically updating the data-gallery attribute so only those filtered images are available to click through in the lightbox gallery.
Here's my development site - http://damansv2.woodberry.me.uk/gallery/ex-display/
This seems to work ok but there's a glitch which removes the abililty to page next/prev through the gallery. I assume this is because the data-gallery attribute is being changed dynamically?
To replicate the glitch, try the following:-
Any ideas if this is a bug or what I can do to fix this?
Browser name and version
Firefox Quantum 64.0.2 (64-bit)
Windows 10
Many thanks in advance.
Kevin :)
The text was updated successfully, but these errors were encountered: