Lightbox
Full-screen image viewer. Click thumbnail to open, ←/→ keys navigate, click backdrop or × to close.
overlay lightbox
Usage
overlay.Lightbox(overlay.LightboxProps{
ID: "gallery",
Columns: 3,
Images: []overlay.LightboxImage{
{Src: "/img/photo1.jpg", Thumb: "/img/photo1-sm.jpg", Alt: "Photo 1", Caption: "Caption 1"},
},
})