Downloaded theme
This commit is contained in:
11
themes/minimal-black/static/js/lightbox.js
Normal file
11
themes/minimal-black/static/js/lightbox.js
Normal file
@@ -0,0 +1,11 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
if (typeof GLightbox === "undefined") return;
|
||||
|
||||
GLightbox({
|
||||
selector: ".glightbox",
|
||||
loop: true,
|
||||
touchNavigation: true,
|
||||
zoomable: true,
|
||||
draggable: true,
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user