承接 wearerequired/required-tobii 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wearerequired/required-tobii

最新稳定版本:2.0.0-rc.1

Composer 安装命令:

composer require wearerequired/required-tobii

包简介

An accessible, open-source lightbox for WordPress.

README 文档

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

统计信息

  • 总下载量: 9.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2020-11-23