check pages
This commit is contained in:
parent
830db2cd72
commit
c8e2878052
@ -226,8 +226,9 @@ if (document.getElementById("gallery-hash-restaurant-2") !== null) {
|
||||
}
|
||||
|
||||
// Experiences
|
||||
const lgContainer = document.getElementById("inline-gallery-container");
|
||||
const inlineGallery = lightGallery(lgContainer, {
|
||||
if (document.getElementById("inline-gallery-container") !== null) {
|
||||
const lgContainer = document.getElementById("inline-gallery-container");
|
||||
const inlineGallery = lightGallery(lgContainer, {
|
||||
container: lgContainer,
|
||||
download: false,
|
||||
dynamic: true,
|
||||
@ -244,6 +245,7 @@ const inlineGallery = lightGallery(lgContainer, {
|
||||
{ src: "../images/experiences/exper7.jpg" },
|
||||
{ src: "../images/experiences/exper8.jpg" },
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
inlineGallery.openGallery();
|
||||
inlineGallery.openGallery();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user