Deltacms/module/album/view/gallery/gallery.js.php

14 lines
215 B
PHP
Raw Normal View History

2023-10-06 08:34:35 +02:00
/**
* This file is part of DeltaCMS.
*/
/**
* Galerie d'image
*/
$(".galleryGalleryPicture").simpleLightbox({
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});