inspiredminds/contao-glightbox

Contao extension to integrate GLightbox.

Maintainers

Package info

github.com/inspiredminds/contao-glightbox

Forum

Language:JavaScript

Type:contao-bundle

pkg:composer/inspiredminds/contao-glightbox

Fund package maintenance!

fritzmg

Statistics

Installs: 27 060

Dependents: 1

Suggesters: 0

Stars: 13

Open Issues: 2

1.0.8 2026-05-29 06:10 UTC

This package is auto-updated.

Last update: 2026-06-18 12:54:16 UTC


README

Contao GLightbox

Contao extension to integrate GLightbox. To enable, activate the js_glightbox JavaScript template in your page layout (disable any other lightbox integrations). Create your own custom template in order to customise the GLightbox options.

To use it with the modern Twig layout:

{# templates/page/layout.html.twig #}

{% block body_content %}
    {{ parent() }}
    {{ include('@Contao/js_glightbox') }}
{% endblock %}