remove gitiegnore to public

This commit is contained in:
2026-06-15 11:37:20 +07:00
parent e96d58dcb4
commit bfb1af2417
988 changed files with 308081 additions and 1 deletions

View 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);