2017 © Pedro Peláez
 

yii2-extension yii2-abig-image

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

image

den67rus/yii2-abig-image

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

  • Friday, February 16, 2018
  • by den67rus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

yii2-abig-image

This is widget wrapper of ABigImage jQuery Plug-in https://github.com/makryl/ABigImage for Yii2., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

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

to the require section of your composer.json file., (*5)

How use

Added following code to your view:, (*6)

...

use den67rus\jqueryABigImage\ABigImage;

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

...

Options of widget

Name Description
$selector jQuery selector
$options ABigImage options: http://aeqdev.com/tools/js/abigimage/

License

yii2-abig-image is released under the Apache 2.0 License., (*7)

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/den67rus/yii2-abig-image

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

  Sources   Download

Apache-2.0 Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget abigimage

08/01 2018

1.0.1

1.0.1.0 https://github.com/den67rus/yii2-abig-image

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

  Sources   Download

Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget abigimage

08/01 2018

1.1.0

1.1.0.0 https://github.com/den67rus/yii2-abig-image

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

  Sources   Download

Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget abigimage

17/09 2017

1.0.0

1.0.0.0 https://github.com/den67rus/yii2-abig-image

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

  Sources   Download

Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget abigimage