Skip to content

Yii2-widget for fotorama a simple, stunning, powerful jQuery gallery

Notifications You must be signed in to change notification settings

Infinitiweb/yii2-fotorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fotorama widgets for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"infinitiweb/yii2-fotorama": "dev-master"

to the require section of your composer.json file.

docs js http://fotorama.io/

<?php \infinitiweb\widgets\yii2\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 infinitiweb\widgets\yii2\fotorama\Fotorama::end();?>

About

Yii2-widget for fotorama a simple, stunning, powerful jQuery gallery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages