UNPKG

photoswipe

Version:
68 lines (38 loc) 3.72 kB
# PhotoSwipe Repository [![Build Status](https://travis-ci.org/dimsemenov/PhotoSwipe.svg)](https://travis-ci.org/dimsemenov/PhotoSwipe) [![devDependency Status](https://david-dm.org/dimsemenov/PhotoSwipe/dev-status.svg)](https://david-dm.org/dimsemenov/PhotoSwipe#info=devDependencies) [![Donate](https://img.shields.io/gratipay/dimsemenov.svg?style=flat)](https://gratipay.com/dimsemenov/) [![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/3698358/dimsemenovPhotoSwipe-on-GitHub) JavaScript image gallery for mobile and desktop. - [Documentation and getting started guide](http://photoswipe.com/documentation/getting-started.html). - [Demo and script home page](http://photoswipe.com). Optionally, install via Bower: `bower install photoswipe`. ## Location of files - Generated PhotoSwipe JS, CSS files, SVG & PNG sprites are in the [dist/](https://github.com/dimsemenov/PhotoSwipe/tree/master/dist) folder. - Source files are in the [src/](https://github.com/dimsemenov/PhotoSwipe/tree/master/src) folder. - Files for the website (demo & documentation) are in the [website/](https://github.com/dimsemenov/PhotoSwipe/tree/master/website) folder. - The documentation itself is in [website/documentation/](https://github.com/dimsemenov/PhotoSwipe/tree/master/website/documentation). ## Plugins / extensions / addons - [Ember.js Addon](https://github.com/poetic/ember-cli-photoswipe). - [Eager app](https://eager.io/app/DvuKIoU8iTOt). - [Koken CMS plugin](https://github.com/DanielMuller/koken-plugin-photoswipe). Coded something useful? <a href='mailto:diiiimaaaa@gmail.com?subject="PhotoSwipe Plugin"'>Email me</a> and I’ll post a link to it here. ## Build To compile PhotoSwipe by yourself, first make sure that you have [Node.js](http://nodejs.org/), [Grunt.js](https://github.com/cowboy/grunt), [Ruby](http://www.ruby-lang.org/) and [Jekyll](https://github.com/mojombo/jekyll/) installed, then: 1) Clone the repository git clone https://github.com/dimsemenov/PhotoSwipe.git 2) Go inside the PhotoSwipe folder that you fetched and install Node dependencies cd PhotoSwipe && npm install 3) Now simply run `grunt` to generate the JS and CSS files in the `dist` folder and the site in the `_site/` folder. grunt Optionally: - Run `grunt watch` to automatically rebuild files when you change files in `src/` or in `website/`. - Run `grunt nosite` to just build the JS and CSS files (output is folder `dist/`). - Run `grunt pswpbuild` to build just JS files. Param `--pswp-exclude` allows to exclude modules, for example `grunt pswpbuild --pswp-exclude=history` will exclude history module. ## Using PhotoSwipe? If you’ve used PhotoSwipe in some interesting way, or on the site of a popular brand, I’d be very grateful if you <a href='mailto:diiiimaaaa@gmail.com?subject="Site that uses PhotoSwipe"'>shoot me</a> a link to it. ## License 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 a product for developers. ## About PhotoSwipe 4.0+ is developed by [Dmitry Semenov](http://twitter.com/dimsemenov). But initially script was created in 2011 by [Code Computerlove](http://www.codecomputerlove.com/), a digital agency in Manchester, they [passed](https://twitter.com/PhotoSwipe/status/444134042787930113) on development in March 2014. You can view [source and documentation](https://github.com/dimsemenov/PhotoSwipe/tree/v3.0.3) of old PhotoSwipe (<4.0) in history of this repo.