A lightbox component for ember using Lightbox2.
npm install --save ember-cli-lightbox
ember g ember-cli-lightbox
Preview image on image click
Preview image on some DOM click
Check out the demo on github pages. Alternatively you can clone this repo and run the app
$ npm install -g ember-cli
$ git clone git@github.com:ramybenaroya/ember-cli-lightbox
$ cd ember-cli-lightbox
# install dependencies
$ npm install; bower install
$ ember g ember-cli-lightbox
# fire up local server
$ ember serve
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.