linchpinstudios/yii2-backstretch Jquery Backstrech Plugin for the Yii2 framework

jquerypluginbackstrech

Yii2-Backstretch

Jquery backstretch widget for Yii2.

Backstretch Website: http://srobbin.com/jquery-plugins/backstretch/

Installation

Composer:

1) Add to your composer.json
"require": {
  // ...
  "linchpinstudios/yii2-backstretch": "*",
  // ...
},
2) Run
php composer.phar update

Usage

1) Include Widget at top of page
use linchpinstudios/backstretch;
2) Call Widget
<?php
  echo Backstrech::widget([
    'duration' => 3000,
    'fade' => 750,
    'clickEvent' => false,
    'images' => [
      ['image' => 'http://dl.dropbox.com/u/515046/www/outside.jpg'],
      ['image' => 'http://dl.dropbox.com/u/515046/www/garfield-interior.jpg'],
      ['image' => 'http://dl.dropbox.com/u/515046/www/cheers.jpg'],
    ],
  ]);
?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v0.1-beta is the latest of one release



MIT license
Stats
7 github stars & 5 github forks
0 downloads in the last day
0 downloads in the last 30 days
1285 total downloads