Work in Progress
This library is still a work in progress and things will likely change.
Included with Starter Kit
This component is included with the Astro Starter Kit.
You can import the component where you need and use it like this:
---
import Gallery from '@components/Gallery.astro';
---
<Gallery
name="gallery"
images={[
{ src: 'https://unsplash.it/1080?random=1' },
{ src: 'https://unsplash.it/1080?random=2' },
{ src: 'https://unsplash.it/1080?random=3' },
{ src: 'https://unsplash.it/1080?random=4' },
]}
/>
If you only have 1 gallery on a page, the name property is optional. For pages with multiple galleries, make sure each one has a unique name so the Lightbox only includes images from the correct gallery.
We use cookies to provide the best experience.