2017 © Pedro Peláez
 

yii2-extension yii2-fotorama-widget

Fotorama widget for Yii2

image

kotchuprik/yii2-fotorama-widget

Fotorama widget for Yii2

  • Friday, August 15, 2014
  • by kotchuprik
  • Repository
  • 1 Watchers
  • 6 Stars
  • 237 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-fotorama-widget

This widget is the wrapper for the Fotorama., (*1)

Usage

To call the widget you should use:, (*2)

<?php $widget = \kotchuprik\fotorama\Widget::begin([
    // you must specify the version (available versions http://cdnjs.com/libraries/fotorama)
    'version' => '4.5.2',
]); ?>
    <img src="/img/1.jpg"/>
    <img src="/img/2.jpg"/>
    <img src="/img/3.jpg"/>
<?php $widget->end(); ?>

To call the widget with the Fotorama options you should use:, (*3)

<?php $widget = \kotchuprik\fotorama\Widget::begin([
    'version' => '4.5.2',
    'options' => [
        'nav' => 'thumbs',
    ],
    'htmlOptions' => [
        'class' => 'anotherCssClass',
    ],
]); ?>
    <img src="/img/1.jpg"/>
    <img src="/img/2.jpg"/>
    <img src="/img/3.jpg"/>
<?php $widget->end(); ?>

The Versions

15/08 2014

dev-master

9999999-dev http://github.com/kotchuprik/yii2-fotorama-widget

Fotorama widget for Yii2

  Sources   Download

MIT

The Requires

 

by Constantin Chuprik

yii2 fotorama

15/08 2014

1.0

1.0.0.0 http://github.com/kotchuprik/yii2-fotorama-widget

Fotorama widget for Yii2

  Sources   Download

MIT

The Requires

 

by Constantin Chuprik

yii2 fotorama