An open API service indexing awesome lists of open source software.

https://github.com/pagepro/jquery-photoswipe


https://github.com/pagepro/jquery-photoswipe

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# jQuery Photoswipe

## Description ##

jQuery plugin for [PhotoSwipe](http://photoswipe.com/).

## Installation ##

### Manual Install ###
1. Step 1: include JS and CSS files of Photo Swipe:

`


`

2. Step 2: include jQuery Photoswipe plugin:

`

`

3. Step 3: add data size tag to your gallery links, attribute should describe image dimensions.

`

`

4. Step 4: apply jQuery PhotoSwipe plugin:

`
$('.image-slider--floor-plan').photoSwipe({
link: '.js-lightbox'
});
`