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