den67rus / yii2-abig-image
这是ABigImage https://github.com/makryl/ABigImage为Yii2的Widget包装器。
1.1.0
2018-01-08 17:33 UTC
Requires
- php: >=5.4.0
- bower-asset/jquery-abigimage: ~2.1.0
- yiisoft/yii2: >=2.0.0
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许可证发布。