Problem With Galleria Image Gallery

Hello

I am using galleria jquery image gallery extension and it’s working well.

But the problem is- In URl it’s show the image number and its also update.

My code snippet is:(here i am using a loop)




<?php $this->beginWidget('galleria', array('options'=>array('autoplay'=>true,'showCounter'=>false)));?>

    <?php foreach($data as $datum)echo CHtml::image(Yii::app()->request->baseUrl.'/images/img/'.$datum->image); ?>

<?php $this->endWidget();?>




How to resolve this problem.

Thanks in advance.