Files
store_keeping/admin/template_assets/vendor/LightboxGallery/scripts.js
2021-12-21 00:25:43 +08:00

15 lines
314 B
JavaScript

$(document).ready(function() {
$('.gallery').mauGallery({
columns: {
xs: 1,
sm: 2,
md: 3,
lg: 4,
xl: 6
},
lightBox: true,
lightboxId: 'myAwesomeLightbox',
showTags: true,
tagsPosition: 'top'
});
});