oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

feat: add lightgallery as lightbox gallery #131

Closed oupala closed 5 years ago

oupala commented 5 years ago

Explore feasability to add an image gallery viewer with lightgallery.

oupala commented 5 years ago

I have a working prototype of lightgallery.js integration to apaxy.

lightGallery has been replaced by lightgallery.js as lightGallery requires jQuery while lightgallery.js has no dependency.

But I need to specify each file supported to be displayed by lightgallery, so each file that a browser can display. What would be a good list?

jpg, jpeg, jpe, png, gif

Is that enough? Is there a full list somewhere?