ember-cli-backstretch
v1.1.0
Published
Ember component for jQuery Backstretch.
Downloads
43
Maintainers
Readme
Ember CLI Backstretch
Simple Ember component wrapping Scott Robbin's jQuery Backstretch plugin.
Installation
This plugin can be installed using Ember CLI's built-in addon install tool:
ember install ember-cli-backstretchUsage
In any template, wrap the content with jquery-backstretch and pass in an array
of images and (optionally) a configuration hash.
{{#jquery-backstretch images=backstretchImages config=backstretchConfig}}
<h2>Welcome to Ember</h2>
{{/jquery-backstretch}}For configuration options, see the original readme.
Contributing
You miss any feature from jQuery Backstretch? Feel free to send me a pull request!
