Ember-cli-lightbox
A lightbox component for ember using http://lokeshdhakar.com/projects/lightbox2/.
Usage
npm install --save ember-cli-lightbox
ember g ember-cli-lightbox
Preview image on image click
{{light-box href=imageUrl data-lightbox=name data-title=title}}
Preview image on some DOM click
{{#light-box href=imageUrl data-lightbox=name data-title=title inlineImage=false}}
<!-- DOM Element here -->
{{/light-box}}
Demo
Check out the demo on github pages.
Alternatively you can clone this repo and run the app
$ sudo npm install -g ember-cli
$ git clone git@github.com:ramybenaroya/ember-cli-lightbox
$ cd ember-cli-lightbox
$ npm install; bower install
$ ember g ember-cli-lightbox
$ ember serve
Running Tests
ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.