Yii-Magnific-Popup Group Gallery In One Thumbnail ?

Hello Guys !

I am using this extension http://www.yiiframework.com/extension/magnific-popup/ .

I works pretty well but I can’t find how to display only one thumbnail that after clicking shows all the other images (one thumb gallery).

So far I have achived to show the gallery but I have displayed all my thumbnails.

Any ideas ?

Thank you very much !!

I also want to solve the same problem ??any solution then plz give me ans

i got the solution just change the ext name like

<?php

Yii::import(‘ext.magnific-popup.EMagnificPopup’);

$this->beginWidget("ext.magnific-popup.EGalleryMagnificPopup",array(

'delegate'=&gt;'a.popup',


'type'=&gt;'iframe',

));

?>

its working now.

Hello Iqra, thanks for your shared solution …! I have to try it !

Best Regards!