ImageGallery
OrganismResponsive image grid with a full-screen lightbox, right-click context menu (open, copy URL, move to first/last, remove), and drag-to-reorder. Supports 2–4 columns, square / video / portrait / auto aspect ratios, optional captions, zoom toggle, thumbnail strip, and full keyboard navigation (← → Escape).
Drag images to reorder • Right-click for context menu
<ImageGallery
images={images}
columns={3}
aspect="square"
gap="md"
reorderable
onReorder={(next) => setImages(next)}
onRemove={(idx, img) => console.log('removed', img.alt)}
/><ImageGallery
images={images}
columns={3}
aspect="square"
gap="md"
lightbox
/>Sunrise over the Alps
Golden hour at the coast
Morning mist in the forest
Downtown at dusk
<ImageGallery
images={images}
columns={2}
aspect="video"
gap="lg"
showCaptions
lightbox
/><ImageGallery
images={images}
columns={4}
aspect="square"
gap="sm"
lightbox
/>