2017 © Pedro Peláez
 

library fotorama

fotorama for Yii2

image

kak/fotorama

fotorama for Yii2

  • Tuesday, June 28, 2016
  • by sanchezzzhak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fotorama widgets for Yii2

Installation

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

Either run, (*2)

php composer.phar require --prefer-dist kak/fotorama "dev-master"

or add, (*3)

"kak/fotorama": "dev-master"

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

docs js http://fotorama.io/, (*5)

<?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();?>

The Versions

28/06 2016

dev-master

9999999-dev

fotorama for Yii2

  Sources   Download

MIT

The Requires

 

by Tutik Alexsandr

yii2 fotorama