https://github.com/bustle/ember-cli-image-lazy
An addon that builds on top of ember-cli-image to add lazy-loaded image support.
https://github.com/bustle/ember-cli-image-lazy
Last synced: 5 months ago
JSON representation
An addon that builds on top of ember-cli-image to add lazy-loaded image support.
- Host: GitHub
- URL: https://github.com/bustle/ember-cli-image-lazy
- Owner: bustle
- License: mit
- Created: 2015-04-01T17:23:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T19:39:37.000Z (over 9 years ago)
- Last Synced: 2025-04-23T15:47:13.230Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-image-lazy
This addon builds on top of [ember-cli-image](https://github.com/bustlelabs/ember-cli-image) to add lazy-loaded image support.
## Installation
For Ember CLI v0.2.3 or higher
```
ember install ember-cli-image-lazy
```
or
```
ember install:addon ember-cli-image-lazy
```
## Usage
This addon adds lazy-loaded image support seamlessly. This means that the
interface for communicating with the addon is exactly the same as it is for
`ember-cli-image`. Refer to it's usage instructions [here](https://github.com/bustlelabs/ember-cli-image#usage)
## Contributing
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).