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

Background image path hard coded in template #124

Open kroesche opened 1 year ago

kroesche commented 1 year ago

If you customize the location of your photos with images_path, then the background_photo no longer works. The index template hardcodes a path to the background photo.

This is not a big deal as I can easily edit the template. However if you ever update the configuration logic this might be something to consider. Make the path to the background more flexible and not hardcode in the template.

Thanks for this project!