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

12 lines
218 B
PHP
Raw Normal View History

2023-10-06 08:34:35 +02:00
/**
* This file is part of DeltaCMS.
2023-10-09 12:55:55 +02:00
* Album Photo /view/gallery
2023-10-06 08:34:35 +02:00
*/
2023-10-09 12:55:55 +02:00
$(".galleryGalleryPicture").simpleLightbox({
2023-10-06 08:34:35 +02:00
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});