This addon builds on top of ember-cli-image to add imgix.com support.
For Ember CLI v0.2.3 or higher
ember install ember-cli-image-imgix
or
ember install:addon ember-cli-image-imgix
This addon gives you the ability to specify values for imgixParams
and forceDpr
properties on all supported image components (stateful-img, background-image and image-container).
Example
For additional usage instructions visit ember-cli-image's usage.
Fork the repository, create a feature-branch and send in a pull request.
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.