wearerequired / required-tobii
An accessible, open-source lightbox for WordPress.
Installs: 7 456
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 7
Type:wordpress-plugin
Requires
- php: >=7.4
- wearerequired/traduttore-registry: ^2.0
Requires (Dev)
- dev-master / 1.x-dev
- 1.0.0
- dev-dependabot/npm_and_yarn/wordpress/scripts-25.5.1
- dev-dependabot/composer/wearerequired/coding-standards-tw-5.0
- dev-dependabot/npm_and_yarn/midzer/tobii-2.5.0
- dev-dependabot/npm_and_yarn/wearerequired/postcss-config-1.1.0
- dev-dependabot/github_actions/actions/checkout-3.1.0
- dev-dependabot/github_actions/actions/setup-node-3.1.0
- dev-dependabot/github_actions/EndBug/add-and-commit-9
This package is auto-updated.
Last update: 2023-11-17 21:37:07 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