Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lawitschka/ember-cli-backstretch

Ember Component for jQuery Backstretch
https://github.com/lawitschka/ember-cli-backstretch

Last synced: 10 days ago
JSON representation

Ember Component for jQuery Backstretch

Awesome Lists containing this project

README

        

# Ember CLI Backstretch

Simple Ember component wrapping [Scott Robbin's jQuery Backstretch plugin](http://srobbin.com/jquery-plugins/backstretch/).

## Installation

This plugin can be installed using Ember CLI's built-in addon install tool:

```
ember install ember-cli-backstretch
```

## Usage

In any template, wrap the content with `jquery-backstretch` and pass in an array
of images and (optionally) a configuration hash.

```handlebars
{{#jquery-backstretch images=backstretchImages config=backstretchConfig}}

Welcome to Ember


{{/jquery-backstretch}}
```

For configuration options, see the original [readme](https://github.com/srobbin/jquery-backstretch#options).

## Contributing

You miss any feature from jQuery Backstretch? Feel free to send me a pull
request!