den67rus/yii2-abig-image

This is widget wrapper of ABigImage https://github.com/makryl/ABigImage for Yii2.

1.1.0 2018-01-08 17:33 UTC

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.