lukasbableck / contao-tobii-lightbox-bundle
This bundle adds the accessible, open-source Tobii lightbox to Contao.
Fund package maintenance!
lukasbableck
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^3.57
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
This bundle adds the Tobii lightbox to Contao.
Tobii is an accessible, open-source lightbox made by @midzer with no dependencies that supports images, inline HTML, iframes and videos.
For more information visit https://midzer.github.io/tobii/.
After installation you only have to enable the js_tobii
JavaScript template in your page layout.
Keep in mind that this bundle changes the selector for Tobii to [data-lightbox]
to be compatible with Contao.
By default Tobii uses .lightbox
so if you want to use other media types, you would have to adapt the examples on https://midzer.github.io/tobii/ accordingly.