check pages
This commit is contained in:
@@ -226,6 +226,7 @@ if (document.getElementById("gallery-hash-restaurant-2") !== null) {
|
||||
}
|
||||
|
||||
// Experiences
|
||||
if (document.getElementById("inline-gallery-container") !== null) {
|
||||
const lgContainer = document.getElementById("inline-gallery-container");
|
||||
const inlineGallery = lightGallery(lgContainer, {
|
||||
container: lgContainer,
|
||||
@@ -247,3 +248,4 @@ const inlineGallery = lightGallery(lgContainer, {
|
||||
});
|
||||
|
||||
inlineGallery.openGallery();
|
||||
}
|
||||
|
Reference in New Issue
Block a user