Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible)., (*1)
protected/extensions
<a class="test-popup-link" href="http://farm9.staticflickr.com/8241/8589392310_7b6127e243_b.jpg">Open popup</a>
```php widget("ext.magnific-popup.EMagnificPopup", array('target' => '.test-popup-link')); ?>, (*2)
###From a group of elements with one parent: ```php <?php $this->beginWidget("ext.magnific-popup.EGroupMagnificPopup"); ?>
```html , (*3)
```php <?php $this->endWidget(); ?>
<?php $this->beginWidget("ext.magnific-popup.EGalleryMagnificPopup"); ?>
```html , (*4)
Sources Download