dev-master
9999999-dev https://github.com/arif/yii2-magnific-popupJQuery magnific popup widget
The Requires
- php >=5.4.0
- yiisoft/yii2 *
by arif
yii2 jquery yii yii 2 magnific popup
JQuery magnific popup widget
Widget is under development, (*1)
This widget is wrapper for awesome jQuery plugin Magnific Popup By Dmitry Semenov http://dimsemenov.com/plugins/magnific-popup/, (*2)
Magnific Popup is a responsive lightbox & dialog script with focus on performance and providing best experience for user with any device (for jQuery or Zepto.js)., (*3)
composer require arif/yii2-magnific-popup "master-dev"
, (*4)
in view file, (*5)
<a href="original.jpg" title="Caption text"><img src="/thumb_img.jpg" alt="Alt"></a>
use arif\magnificPopup\MagnificPopup; echo MagnificPopup::widget( [ 'target' => '#mpup', 'options' => [ 'delegate'=> 'a', ] ] );for gallery ```html```php echo MagnificPopup::widget( [ 'target' => '#mpup', 'options' => [ 'delegate'=> 'a', ], 'effect' => 'with-zoom' //'fade', 'with-zoom', 'zoom-in', 'newspaper', 'move-horizontal', 'move-from-top', '3d-unfold', 'zoom-out' ] );
JQuery magnific popup widget
yii2 jquery yii yii 2 magnific popup