dev-master
9999999-dev https://github.com/kotchuprik/yii-fotorama-widgetFotorama widget for Yii
MIT
The Requires
- php >=5.3
by Constantin Chuprik
extension yii fotorama
Fotorama widget for Yii
The YiiFotoramaWidget
is the wrapper for the Fotorama., (*1)
To call the widget you should use:, (*2)
<?php $this->beginWidget('ext.yii-fotorama-widget.YiiFotoramaWidget', array( // you must specify the version (available versions http://cdnjs.com/libraries/fotorama) 'version' => '4.5.1', )); ?> <img src="/img/1.jpg"/> <img src="/img/2.jpg"/> <img src="/img/3.jpg"/> <?php $this->endWidget(); ?>
To call the widget with the Fotorama options you should use:, (*3)
<?php $this->beginWidget('ext.yii-fotorama-widget.YiiFotoramaWidget', array( 'version' => '4.5.1', 'options' => array( 'nav' => 'thumbs', ), 'htmlOptions' => array( 'class' => 'anotherCssClass', ), )); ?> <img src="/img/1.jpg"/> <img src="/img/2.jpg"/> <img src="/img/3.jpg"/> <?php $this->endWidget(); ?>
Fotorama widget for Yii
MIT
extension yii fotorama