[10.0.043] SLB gallery

This commit is contained in:
Fred Tempez 2020-03-12 11:06:41 +01:00
parent 88b2948057
commit 589fe23b5c
2 changed files with 7 additions and 7 deletions

View File

@ -11,10 +11,4 @@
closeText:"×", closeText:"×",
captionsData:'alt' captionsData:'alt'
}); });
var b = new SimpleLightbox('.galleryGalleryPicture', {
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});
}); });

View File

@ -20,4 +20,10 @@ $(".galleryGalleryPicture").simpleLightbox({
captionsData: "caption", captionsData: "caption",
closeText: "×" closeText: "×"
}); });
*/ */
var b = new SimpleLightbox('.galleryGalleryPicture', {
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});