[10.0.043] SLB gallery
This commit is contained in:
parent
88b2948057
commit
589fe23b5c
6
core/vendor/simplelightbox/init.js
vendored
6
core/vendor/simplelightbox/init.js
vendored
@ -11,10 +11,4 @@
|
|||||||
closeText:"×",
|
closeText:"×",
|
||||||
captionsData:'alt'
|
captionsData:'alt'
|
||||||
});
|
});
|
||||||
var b = new SimpleLightbox('.galleryGalleryPicture', {
|
|
||||||
captionSelector: "self",
|
|
||||||
captionType: "data",
|
|
||||||
captionsData: "caption",
|
|
||||||
closeText: "×"
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
@ -20,4 +20,10 @@ $(".galleryGalleryPicture").simpleLightbox({
|
|||||||
captionsData: "caption",
|
captionsData: "caption",
|
||||||
closeText: "×"
|
closeText: "×"
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
var b = new SimpleLightbox('.galleryGalleryPicture', {
|
||||||
|
captionSelector: "self",
|
||||||
|
captionType: "data",
|
||||||
|
captionsData: "caption",
|
||||||
|
closeText: "×"
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user