wearerequired/required-tobii

An accessible, open-source lightbox for WordPress.

Installs: 8 039

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 7

Type:wordpress-plugin


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

a required open source product - let's get in touch