insolita/yii2-jgallery-widget

http://plugins.jquery.com/jgallery/

Maintainers

👁 Insolita

Package info

github.com/Insolita/yii2-jgallery-widget

Language:CSS

Type:yii2-extension

pkg:composer/insolita/yii2-jgallery-widget

Statistics

Installs: 41

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-12-11 01:42 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT b24cf470e21baf0a6deec41a939603849edb774d

  • insolita <donnainsolita.woop@gmail.com>

extensionyii2

This package is auto-updated.

Last update: 2026-06-18 06:45:54 UTC


README

http://plugins.jquery.com/jgallery/

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist insolita/yii2-jgallery-widget "*"

or add

"insolita/yii2-jgallery-widget": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php echo \insolita\jgallery\JGalleryWidget::widget([
 'selector'=>'#gallery',
 'pluginOptions'=>[
 'mode'=>'full-screen',
 'thumbType'=>'image',
 'autostart'=>true,
 'canClose'=>false,
 'backgroundColor'=>'#000',
 'textColor'=>'#fff'
 ]
 ])?>

More documentation aboot jGallery http://jgallery.jakubkowalczyk.pl/