lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.14k stars 1.77k forks source link

lightbox should support these functionality #665

Closed M-hanif closed 4 years ago

M-hanif commented 4 years ago

lightbox uses some images for left next , right next and a spinner if you want to use these images it should be in same directory as your gallery images are fading. the issue is right here. suppose my images are fading from a remote server with an ajax call then its not efficient to load lightbox required images on ajax calls.
so please add a supportable configuration that user could specify the directory route of lightbox required images. thanks

lokesh commented 4 years ago

There is not way to read a user's filesystem from the Javascript.