Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lawitschka/ember-cli-backstretch
- Owner: lawitschka
- License: mit
- Created: 2015-10-25T10:04:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T06:34:17.000Z (over 5 years ago)
- Last Synced: 2024-12-20T13:32:39.673Z (20 days ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!