An open API service indexing awesome lists of open source software.

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.

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/).