Click anywhere to close
CALAPE,
BOHOL
Discover islands, culture, food, and unforgettable experiences.
DISCOVER PLACES
Top destinations in Calape
White sand beach & causeway
Fishing community & marine life
Unique red landscape
Lush lake landscape
See you in Calape ☀️
window.openLightbox = function(imgSrc, title) {
const lb = document.getElementById(‘lightbox’);
document.getElementById(‘lightbox-img’).src = imgSrc;
document.getElementById(‘lightbox-title’).textContent = title;
lb.style.display = ‘flex’;
document.body.style.overflow = ‘hidden’;
};
window.closeLightbox = function() {
document.getElementById(‘lightbox’).style.display = ‘none’;
document.body.style.overflow = ”;
};
document.addEventListener(‘keydown’, function(e) {
if (e.key === ‘Escape’) closeLightbox();
});

