https://github.com/jgthms/ember-cli-image-lazy
An addon that builds on top of ember-cli-image to add lazy-loaded image support.
https://github.com/jgthms/ember-cli-image-lazy
Last synced: 3 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/jgthms/ember-cli-image-lazy
- Owner: jgthms
- License: mit
- Fork: true (bustle/ember-cli-image-lazy)
- Created: 2015-07-06T10:45:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T17:20:01.000Z (almost 10 years ago)
- Last Synced: 2024-10-01T05:41:26.052Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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/).