Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leventebalogh/horka-swipebox
Swipebox image viewer plugin for Meteor.
https://github.com/leventebalogh/horka-swipebox
Last synced: about 6 hours ago
JSON representation
Swipebox image viewer plugin for Meteor.
- Host: GitHub
- URL: https://github.com/leventebalogh/horka-swipebox
- Owner: leventebalogh
- Created: 2014-11-27T21:09:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T12:44:28.000Z (over 8 years ago)
- Last Synced: 2024-04-08T17:05:30.598Z (7 months ago)
- Language: JavaScript
- Homepage: https://atmospherejs.com/horka/swipebox
- Size: 29.3 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swipebox-meteor
===============Swipebox image viewer plugin for Meteor.
(Swipebox is a responsive image viewer lightbox, that also works perfectly on mobile devices.)
This package is using the original [swipebox plugin](https://github.com/brutaldesign/swipebox).[Demo](http://brutaldesign.github.io/swipebox/)
#Install
Installing is really straightforward, just add it to your meteor app, and you can use it right away.
`meteor add horka:swipebox`
#Usage
After installation just add the class `.swipebox` to the links you would like to open via Swipebox.An example:
``
The title attribute of the link will appear in the lightbox.