Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.