added admin interface
This commit is contained in:
15
admin/template_assets/vendor/LightboxGallery/scripts.js
vendored
Normal file
15
admin/template_assets/vendor/LightboxGallery/scripts.js
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
$(document).ready(function() {
|
||||
$('.gallery').mauGallery({
|
||||
columns: {
|
||||
xs: 1,
|
||||
sm: 2,
|
||||
md: 3,
|
||||
lg: 4,
|
||||
xl: 6
|
||||
},
|
||||
lightBox: true,
|
||||
lightboxId: 'myAwesomeLightbox',
|
||||
showTags: true,
|
||||
tagsPosition: 'top'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user