Click anywhere to close
Explore
CALAPE,
BOHOL
Discover islands, culture, food, and unforgettable experiences.
DISCOVER PLACES
Top destinations in Calape
Pangangan Island
White sand beach & causeway
Mantatao Island
Fishing community & marine life
Sohoton Red Land
Unique red landscape
Calunasan Dam
Lush lake landscape
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();
});