Skip to content

lawitschka/ember-cli-backstretch

Repository files navigation

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!

About

Ember Component for jQuery Backstretch

Resources

License

Stars

Watchers

Forks

Packages

No packages published