Skip to content

A WordPress plugin to implement lightbox functionality for images and galleries.

License

Notifications You must be signed in to change notification settings

wearerequired/required-tobii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc764d3 · Jan 15, 2025

History

76 Commits
May 22, 2024
Jan 15, 2025
Jan 15, 2025
Nov 19, 2020
Nov 19, 2020
Jan 15, 2025
Nov 19, 2020
Apr 27, 2021
May 22, 2024
Nov 19, 2020
Jan 15, 2025
Nov 19, 2020
Mar 17, 2023
Nov 8, 2024
Jan 15, 2025
Nov 8, 2024
Nov 19, 2020
Jan 15, 2025
May 22, 2024

Repository files navigation

required Tobii

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