wearerequired / required-tobii
An accessible, open-source lightbox for WordPress.
Installs: 8 699
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=8.0
- wearerequired/traduttore-registry: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-21 05:53:33 UTC
README
A WordPress plugin to implement lightbox functionality for images and galleries.
The plugin uses Tobii, an accessible, open-source lightbox with no dependencies.
Installation
You can install the plugin with Composer:
composer require wearerequired/required-tobii
The plugin has no settings page.
Customize Tobii options
You can pass any supported option by Tobii through the required_tobii.options
filter. For example to enable the zoom icons use the following snippet:
add_filter( 'required_tobii.options', function( $options ) { $options['zoom'] = true; return $options; } );
Browser support
- Internet Explorer 11
- Last two versions of any other modern browser, including mobile browsers