Skip to content

YannickRe/spfx-lightbox-image-gallery

Repository files navigation

SharePoint Lightroom Image Gallery Web Part

Summary

A SharePoint web part, created with SharePoint Framework (SPFx) that visualizes images/photos from a Document Library or Picture Library on a page. It uses the existing folder structure to create albums and puts them in the breadcrumb when opened. Clicking on an image opens a nice Lightbox effect for easy browsing the fullsized versions.

directory

Feature set:

  1. Select SharePoint Picture/Document Library
  2. Navigate through images and folders
  3. Show breadcrumb to visualize context in the library
  4. Show Lightbox effect for images, using react-lightgallery

Used SharePoint Framework Version

drop

Applies to

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

Either download the latest release OR build it yourself:

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship

Install the package:

  • Add to AppCatalog and deploy
  • Add the web part Lightbox Image Gallery to a SharePoint page

About

SharePoint Framework (SPFx) web part to display images from a document library as an image album, with Lightbox functionality.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks