A lightweight and borderless media lightbox extension for bootstrap3. It supports single images, image gallieries, videos and iframes. http://bootstrap-plus.github.io/bootstrap-media-lightbox/
Requirements ¶
Yii 2.0 or above
Installation ¶
Install this extension through the Composer. Add in your composer.json: ~~~ "require": {
"limion/yii2-bootstrap-media-lightbox": "*"
}, ~~~
Usage ¶
In your view file:
use limion\bootstraplightbox\BootstrapMediaLightboxAsset;
BootstrapMediaLightboxAsset::register($this);
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.