den67rus / yii2-abig-image

这是ABigImage https://github.com/makryl/ABigImage为Yii2的Widget包装器。

安装: 113

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

1.1.0 2018-01-08 17:33 UTC

This package is not auto-updated.

Last update: 2024-09-15 01:08:08 UTC


README

这是ABigImage jQuery插件 https://github.com/makryl/ABigImage的Widget包装器,适用于Yii2。

##安装

可以通过以下方式安装此扩展:

$ php composer.phar require den67rus/yii2-abig-image "~1.0.0"

或者

"den67rus/yii2-abig-image": "~1.0.0"

将以下内容添加到您的composer.json文件的require部分。

##使用方法

将以下代码添加到您的视图文件中:

...

use den67rus\jqueryABigImage\ABigImage;

ABigImage::widget([
    'selector' => '.itemPhotos',
    'options' => [
	   'duration' => 200,
	   'slideWidth ' => 0,
	   'zoomMax ' => 0,
    ],
]);

...

##Widget选项

##许可证

yii2-abig-image遵循Apache 2.0许可证发布。