1.1.0 • Published 7 years ago

ember-cli-backstretch v1.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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-backstretch

Usage

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!