mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-03-01 15:11:24 +01:00
Update docs
This commit is contained in:
parent
d6ef015c4c
commit
662a9f1c65
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ correct public path for you.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The gallery is created using [LightGallery](https://github.com/sachinchoolur/lightGallery). You can change various settings to change how your gallery displays by
|
The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery). You can change various settings to change how your gallery displays by
|
||||||
updating the `lightGallery` section in `/views/gallery.ejs`:
|
updating the `lightGallery` section in `/views/gallery.ejs`:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
@ -75,6 +75,6 @@ lightGallery(document.getElementById('lightgallery'), {
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
You can find all of LightGallery's settings here:
|
You can find all of lightGallery's settings here:
|
||||||
|
|
||||||
https://www.lightgalleryjs.com/docs/settings/
|
https://www.lightgalleryjs.com/docs/settings/
|
||||||
|
|
Loading…
Add table
Reference in a new issue