PHP code example of den67rus / yii2-abig-image
1. Go to this page and download the library: Download den67rus/yii2-abig-image library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
den67rus / yii2-abig-image example snippets
...
use den67rus\jqueryABigImage\ABigImage;
ABigImage::widget([
'selector' => '.itemPhotos',
'options' => [
'duration' => 200,
'slideWidth ' => 0,
'zoomMax ' => 0,
],
]);
...
$ php composer.phar