2017 © Pedro Peláez
 

yii2-extension yii2-photoswipe

PhotoSwipe extension for Yii2

image

powerkernel/yii2-photoswipe

PhotoSwipe extension for Yii2

  • Friday, December 1, 2017
  • by powerkernel
  • Repository
  • 2 Watchers
  • 3 Stars
  • 497 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 9 Versions
  • 37 % Grown

The README.md

Yii2 PhotoSwipe

PhotoSwipe extension for Yii2, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist powerkernel/yii2-photoswipe "*"

or add, (*4)

"powerkernel/yii2-photoswipe": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

Add Gallery, (*7)

<?=
\powerkernel\photoswipe\Gallery::widget([
    'items' => [
        [
            'image' => 'https://c2.staticflickr.com/2/1518/24267732553_54aed33368_b.jpg',
            'title' => 'Image Title 1',
            'caption' => 'Caption 2',
            'size' => '1024x685',
            'thumb' => 'https://c2.staticflickr.com/2/1518/24267732553_54aed33368_m.jpg',
        ],
        [
            'image' => 'https://farm6.staticflickr.com/5023/5578283926_822e5e5791_b.jpg',
            'title' => 'Image Title 2',
            'caption' => 'Caption 3',
            'size' => '1024x768',
            'thumb' => 'https://farm6.staticflickr.com/5023/5578283926_822e5e5791_m.jpg',
        ],
    ]
])
?>

Enable lightbox for existing images on your page, (*8)

<?php
    echo \powerkernel\photoswipe\Modal::widget([
        'selector'=>'.lightbox',
        'images' => [
                [
                    'src' => 'https://c2.staticflickr.com/2/1518/24267732553_54aed33368_b.jpg',
                    'width' => 1024,
                    'height' => 685,
                    'alt' => 'Title 1',
                ],
                [
                    'src' => 'https://farm6.staticflickr.com/5023/5578283926_822e5e5791_b.jpg',
                    'width' => 1024,
                    'height' => 768,
                    'alt' => 'Title 2',
                ],
            ]
    ]);
?>

The Versions

01/12 2017

dev-master

9999999-dev

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

01/12 2017

1.1.5

1.1.5.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

25/12 2016

1.1.3

1.1.3.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

11/10 2016

1.1.2

1.1.2.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

10/10 2016

1.1.1

1.1.1.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

09/10 2016

1.1.0

1.1.0.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

01/10 2016

1.0.2

1.0.2.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

25/07 2016

1.0.1

1.0.1.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe

25/07 2016

1.0.0

1.0.0.0

PhotoSwipe extension for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 photoswipe