kak / fotorama
fotorama for Yii2
Installs: 1 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- bower-asset/fotorama: 4.*
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-22 05:17:11 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kak/fotorama "dev-master"
or add
"kak/fotorama": "dev-master"
to the require section of your composer.json
file.
docs js http://fotorama.io/
<?php \kak\widgets\fotorama\Fotorama::begin([ 'clientOptions' => [ 'width'=>'100%', 'nav'=>'thumbs', 'minwidth'=>'150', 'maxwidth'=>'600', 'maxheight'=>'400', ] ])?> <img src="/screen1.png"> <img src="/screen1.png"> <img src="/screen1.png"> <img src="/screen1.png"> <?php kak\widgets\fotorama\Fotorama::end();?>