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
统计信息
- 总下载量: 9.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-11-23