haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
194 stars 51 forks source link

Add option to disable captions #93

Closed haltakov closed 3 years ago

haltakov commented 3 years ago

This PR adds an option to disable the image captions.

It can be activated by adding the following line to the gallery.json file:

"disbale_captions": true

Closes #92

tyeeman commented 3 years ago

Thanks, much appreciated.