den67rus / yii2-abig-image
This is widget wrapper of ABigImage https://github.com/makryl/ABigImage for Yii2.
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-01-05 02:26:02 UTC
README
This is widget wrapper of ABigImage jQuery Plug-in https://github.com/makryl/ABigImage for Yii2.
##Installation The preferred way to install this extension is through composer.
Either run
$ php composer.phar require den67rus/yii2-abig-image "~1.0.0"
or add
"den67rus/yii2-abig-image": "~1.0.0"
to the require section of your composer.json file.
##How use
Added following code to your view:
... use den67rus\jqueryABigImage\ABigImage; ABigImage::widget([ 'selector' => '.itemPhotos', 'options' => [ 'duration' => 200, 'slideWidth ' => 0, 'zoomMax ' => 0, ], ]); ...
##Options of widget
##License
yii2-abig-image is released under the Apache 2.0 License.