Extension:LightGallery/de

Category:GPL licensed extensions/de
MediaWiki-Erweiterungen
LightGallery
Freigabestatus: stabilCategory:Stable extensions/de
Einbindung Benutzer-SchnittstelleCategory:User interface extensions/de
Beschreibung A simple and fancy FancyBox alternative
Autor(en) Nikolay Filippov (SoljkdDiskussion)
Letzte Version 0.0.2 (2019-06-07)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version/de
Lizenz nur GNU General Public License 3.0
Herunterladen Category:Extensions in GitHub version control/de
  • $lgLightGalleryOptions
Category:All extensions/deCategory:Extensions not in ExtensionJson/de

The LightGallery extension displays thumbnailed images in modal window that floats overtop of web page. This can create a more user friendly environment, where the user doesn't leave the page every time they click a thumbnail.

Installation

Konfiguration

You can set LightGallery options by setting a $lgLightGalleryOptions variable in LocalSettings.php after including the extension in LocalSettings.php.

Beispiel
require_once "$IP/extensions/LightGallery/LightGallery.php";
$lgLightGalleryOptions = '{thumbnail: true, mode: "lg-fade", getCaptionFromTitleOrAlt: true, subHtmlSelectorRelative: true, animateThumb: false, showThumbByDefault: false }';

Verwendung

To initialize the gallery, use the class .LightGallery on your <gallery>.

<gallery class="LightGallery">
file:images1.png|desc
file:images2.png
file:images3.png
</gallery>

Benutzerrechte

This project includes LightGallery is licensed under GPLv3 GNU GPL license v3 license.

Category:Image extensions/de
Category:All extensions/de Category:BeforePageDisplay extensions/de Category:Extensions in GitHub version control/de Category:Extensions not in ExtensionJson/de Category:Extensions not using extension registration/de Category:Extensions with manual MediaWiki version/de Category:GPL licensed extensions/de Category:Image extensions/de Category:Stable extensions/de Category:User interface extensions/de