image-magnifier
An ember add for image magnification
DEMO
Usage
{{image-magnifier
src="http://lorempixel.com/image_output/nightlife-q-c-200-200-8.jpg"
previewSrc="http://lorempixel.com/image_output/nightlife-q-c-500-500-8.jpg"
zoom=4
attachToLens=true
previewerAttachment="top left"
previewerTargetAttachment="top right"
previewerTargetOffset="0 20"}}
Installation
git clone
this repositorynpm install
bower install
Running
Running Tests
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.