inspiredminds / contao-glightbox
Contao extension to integrate GLightbox.
Package info
github.com/inspiredminds/contao-glightbox
Language:JavaScript
Type:contao-bundle
pkg:composer/inspiredminds/contao-glightbox
Fund package maintenance!
1.0.8
2026-05-29 06:10 UTC
Requires
- php: >=8.1
- contao/core-bundle: ^5.3
- symfony/http-kernel: ^5.4 || ^6.4 || ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
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 %}