photo26/photologue/static/gallery_detail.js
2022-03-13 15:56:56 +01:00

10 lines
355 B
JavaScript

// This file is part of photo21
// Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
// SPDX-License-Identifier: GPL-3.0-or-later
// Init gallery
lightGallery(document.getElementById('lightgallery'), {
plugins: [lgAdmin, lgHash, lgThumbnail, lgZoom],
customSlideName: true,
licenseKey: '94ED9732-30284A12-B88B0137-4FF9CEE6',
});