fritzmg/contao-lightcase

This package is abandoned and no longer maintained. The author suggests using the inspiredminds/contao-glightbox package instead.

Contao extension to integrate the Lightcase overlay.

Maintainers

Package info

github.com/fritzmg/contao-lightcase

Homepage

Forum

Language:JavaScript

Type:contao-bundle

pkg:composer/fritzmg/contao-lightcase

Fund package maintenance!

fritzmg

Statistics

Installs: 16 272

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

3.0.1 2023-08-17 16:32 UTC

This package is auto-updated.

Last update: 2023-08-17 16:33:10 UTC


README

Contao Lightcase

Contao extension to integrate the Lightcase overlay.

Usage

Simply activate the j_lightcase template in your page layout under jQuery. Do not activate j_colorbox or moo_mediabox as well!

Lightcase will work with all links that use the data-lightbox="…" parameter. Of course you can still initialize via your own JavaScript. Customizing the options works the same way as with the j_colorbox template for example.

Adjust Labels

In order to adjust the translation of the labels within your application (or to create translations for additional languages), create files in the following format:

translations/im_contao_lightcase.<LANGUAGE>.yaml

For example if you want to change the English and German label of the close button:

# translations/im_contao_lightcase.en.yaml
close: Close overlay
# translations/im_contao_lightcase.de.yaml
close: Overlay schließen

See the API documentation for the available labels.