https://github.com/pagepro/jquery-photoswipe
https://github.com/pagepro/jquery-photoswipe
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagepro/jquery-photoswipe
- Owner: Pagepro
- Created: 2016-07-26T10:31:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T10:52:12.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T06:01:36.253Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
});
`