Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter with a custom image lightbox built on gatsby-images, on-screen controls, and keyboard navigation (ESC, arrows).
Gatsby Starter Lightbox is a boilerplate Gatsby starter that adds a keyboard-accessible image lightbox powered by gatsby-images to the default Gatsby starter, making it ready for image-heavy sites and one-click Netlify deployment.
Gatsby Starter Lightbox is a starter template for the Gatsby static site generator that pre-configures a custom lightbox component for displaying images. It takes a fresh Gatsby project created with the Gatsby CLI and produces a site where visitors can open images in a lightbox with on-screen controls and keyboard shortcuts. The starter is published by GitHub user 416serg and can be installed directly with gatsby new, using the repository URL as the source. It builds on the default Gatsby starter, so the project structure follows standard Gatsby conventions.
gatsby new gatsby-lightbox-example https://github.com/416serg/gatsby-starter-lightbox, then run gatsby develop to start developing.