2amigos / yii2-gallery-widget

BlueImp Gallery Widget for Yii2
http://yiiwheels.com
Other
60 stars 37 forks source link

How instance two gallery or carousel?? #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello all is it possible to instance two widget of 2amigos Gallery || Carousel on the same views page?? For example: i have a page with a Carousel that work fine, without problem. On the same page i insert also another control Gallery with the same instance:

<?= dosamigos\gallery\Carousel::widget(['items' => $items]);?>
.. .. .. <?= dosamigos\gallery\Gallery::widget(['items' => $items]);?>

When select an image of my Gallery, 2amigos don't show the previous resource gallery images.

Thanks Marco

tonydspaniard commented 8 years ago

see here: https://github.com/2amigos/yii2-gallery-widget/issues/1#issuecomment-101305385

ghost commented 8 years ago

thanks!