JavaScript image gallery for mobile and desktop.
Optionally, install via Bower: bower install photoswipe
.
- Generated popup JS, CSS files, SVG & PNG sprites are in folder
dist/
. - Source files are in folder
src/
. - Website (examples & documentation) is in folder
website/
. - Documentation page itself is in
website/documentation.md
.
Wrote a plugin for some CMS? Email me and I'll post link to it here.
To compile PhotoSwipe by yourself, first of make sure that you have Node.js, Grunt.js, Ruby and Jekyll installed, then:
-
Copy repository
-
Go inside PhotoSwipe folder that you fetched and install Node dependencies
cd PhotoSwipe && npm install
-
Now simply run
grunt
to generate JS and CSS in folderdist
and site in folder_site/
.grunt
Optionally:
- Run
grunt watch
to automatically rebuild script when you change files insrc/
or inwebsite/
. - If you don't have and don't want to install Jekyll, run
grunt nosite
to just build JS and CSS files related to popup indist/
.
If you used PhotoSwipe in some interesting way, or on site of popular brand, I'd be very grateful if you shoot me a link to it.
Script is licensed under MIT license with one exception: Do not create a public WordPress plugin based on it, as I will develop it. If you need to use it for a public WordPress plugin right now, please ask me by email first. Thanks!
Attribution is not required, but much appreciated, especially if you're making product for developers.
The script was created by Code Computerlove, a digital agency in Manchester. In March 2014, it passed on development to Dmitry Semenov.