2017 © Pedro Peláez
 

yii2-extension yii2-lightbox2-widget

Yii 2 lightbox2-widget

image

coderius/yii2-lightbox2-widget

Yii 2 lightbox2-widget

  • Sunday, July 1, 2018
  • by coderius
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lightbox2 widget for Yii2

The Lightbox2 widget is a customized lightbox script based on Lightbox. and This widget used to overlay images on top of the current page., (*1)

alt text, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require coderius/yii2-lightbox2-widget "@dev"

or add, (*5)

"coderius/yii2-lightbox2-widget" : "@dev"

to the require section of your application's composer.json file., (*6)

Usage

  • In view:
use coderius\lightbox2\Lightbox2;

= coderius\lightbox2\Lightbox2::widget([
    'clientOptions' => [
        'resizeDuration' => 200,
        'wrapAround' => true,
        
    ]
]); ?>

<a href="<?= Yii::getAlias("@img-web-blog-posts/1/middle/pic.jpg"); ?>" data-lightbox="roadtrip" data-title="some title" data-alt="some alt">
    <!-- Thumbnail picture -->
    <?= Html::img("@img-web-blog-posts/pic.jpg"); ?>
</a>

<a href="<?= Yii::getAlias("@img-web-blog-posts/10/middle/pic2.jpg"); ?>" data-lightbox="roadtrip">
    <!-- Thumbnail picture -->
    <?= Html::img("@img-web-blog-posts/pic2.jpg"); ?>
</a>

<a href="<?= Yii::getAlias("@img-web-blog-posts/11/middle/pic3.jpg"); ?>" data-lightbox="roadtrip">
    <!-- Thumbnail picture -->
    <?= Html::img("@img-web-blog-posts/pic3.jpg"); ?>
</a>

You need set data-lightbox attribute to link and path to image in href attribute. If you wanna to set group images, then put identic names to data-lightbox attribute for each needed link., (*7)

*Thumbnail picture, by clicking on which opens the widget is wrapped with a link, (*8)

Reference to plugin github repository that is used in this widget., (*9)

The Versions

01/07 2018

dev-master

9999999-dev

Yii 2 lightbox2-widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 widget lightbox lightbox2

01/07 2018

v1.0.0

1.0.0.0

Yii 2 lightbox2-widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 widget lightbox lightbox2