remove gitiegnore to public
This commit is contained in:
18
public/storage/assets/js/light-gallery.js
Normal file
18
public/storage/assets/js/light-gallery.js
Normal file
@@ -0,0 +1,18 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
if ($("#lightgallery").length) {
|
||||
$("#lightgallery").lightGallery();
|
||||
}
|
||||
|
||||
if ($("#lightgallery-without-thumb").length) {
|
||||
$("#lightgallery-without-thumb").lightGallery({
|
||||
thumbnail: true,
|
||||
animateThumb: false,
|
||||
showThumbByDefault: false
|
||||
});
|
||||
}
|
||||
|
||||
if ($("#video-gallery").length) {
|
||||
$("#video-gallery").lightGallery();
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user