- ×
PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile touch devices
Filed under images › sliders and displaysPhotoSwipe v5 — JavaScript image gallery and lightbox
Repo structure
dist/
- main JS and CSSsrc/
- source JS and CSS.src/js/photoswipe.js
- entry for PhotoSwipe Core.src/js/lightbox/lightbox.js
- entry for PhotoSwipe Lightbox.
docs/
- documentation markdown files.demo-docs-website/
- website with documentation, demos and manual tests.build/
- rollup build config.
To build JS and CSS in
dist/
directory, runnpm run build
.To run the demo website and automatically rebuild files during development, run
npm install
indemo-docs-website/
andnpm run watch
in the root directory.Older versions
Documentation for the old version (v4) can be found here and the code for 4.1.3 is here.