linchpinstudios/yii2-backstretch

为 Yii2 框架提供的 Jquery Backstrech 插件

v0.1-beta 2014-07-08 22:56 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:59:30 UTC


README

为 Yii2 提供的 Jquery backstretch 小部件。

Backstretch 网站: http://srobbin.com/jquery-plugins/backstretch/

安装

Composer

1) 在你的 composer.json 中添加
``` "require": { // ... "linchpinstudios/yii2-backstretch": "*", // ... }, ```
2) 运行
``` php composer.phar update ```

使用方法

1) 在页面顶部包含小部件
```php use linchpinstudios/backstretch; ```
2) 调用小部件
```php 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'], ], ]); ?> ```