New Filestructure for Docker
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
jQuery(document).ready(function($) {
|
||||
const lightbox = new PhotoSwipeLightbox({
|
||||
gallery: '.imgGallery',
|
||||
children: 'a.imgLink',
|
||||
pswpModule: PhotoSwipe,
|
||||
captionContent: (slide) => {
|
||||
return slide.data.element.dataset.pswpCaption || '';
|
||||
}
|
||||
});
|
||||
lightbox.init();
|
||||
});
|
||||
Reference in New Issue
Block a user