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}}
Development
git clone
this repositorynpm install
bower install
Previewing
Running Tests
ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.