Update docs
This commit is contained in:
parent
6da80385d7
commit
f58d99d2ec
@ -29,7 +29,20 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
lightGallery(document.getElementById('lightgallery'), {
|
lightGallery(document.getElementById('lightgallery'), {
|
||||||
plugins: [lgZoom, lgThumbnail, lgVideo, lgFullscreen],
|
plugins: [lgZoom, lgThumbnail, lgVideo, lgFullscreen],
|
||||||
|
/*
|
||||||
|
This license key was graciously provided by LightGallery under their
|
||||||
|
GPLv3 open-source project license:
|
||||||
|
*/
|
||||||
licenseKey: '8FFA6495-676C4D30-8BFC54B6-4D0A6CEC',
|
licenseKey: '8FFA6495-676C4D30-8BFC54B6-4D0A6CEC',
|
||||||
|
/*
|
||||||
|
Please do not take it and use it for other projects, as it was provided
|
||||||
|
specifically for Immich Public Proxy.
|
||||||
|
|
||||||
|
For your own projects you can use the default license key of
|
||||||
|
0000-0000-000-0000 as per their docs:
|
||||||
|
|
||||||
|
https://www.lightgalleryjs.com/docs/settings/#licenseKey
|
||||||
|
*/
|
||||||
speed: 500
|
speed: 500
|
||||||
})
|
})
|
||||||
<% if (openItem) { %>
|
<% if (openItem) { %>
|
||||||
|
Loading…
Reference in New Issue
Block a user