check pages

This commit is contained in:
samaradel 2023-05-07 13:06:29 +03:00
parent 830db2cd72
commit c8e2878052

View File

@ -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();
}