<div class="gallery-row">
<img src="https://placehold.co/400x300/3b82f6/ffffff?text=1" class="thumb" onclick="openLightbox(this)">
<img src="https://placehold.co/400x300/ec4899/ffffff?text=2" class="thumb" onclick="openLightbox(this)">
<img src="https://placehold.co/400x300/10b981/ffffff?text=3" class="thumb" onclick="openLightbox(this)">
</div>
<div id="lightbox" class="lightbox" onclick="this.style.display='none'">
<span class="close-lb">×</span>
<img id="lbImage" class="lb-content">
</div>
Back to Snippets
Image Lightbox Gallery JS
Show off your photos in full detail with this lightbox gallery. Clicking an image expands it to fill the screen with a darkened background, which provides a distraction-free viewing experience.
526