开发者 |
smarterdigitalltd
prajwalstha |
---|---|
更新时间 | 2018年7月16日 19:00 |
PHP版本: | 5.4 及以上 |
WordPress版本: | 4.9.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
New with 2.0.0 <Now you have the ability to make a button appear above or below your videos after a certain number of seconds. -- A small module to let you embed YouTube or Vimeo videos into your site without the bloat that comes with the regular iframe method. Read this post for details on how much it can increase your website speed substantially. Features:
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.In 2.0.3, you can match the heights of modules (useful if you have uneven blocks of text with call to actions below) by:
You are able to change the values of:
add_filter( 'wpd/bb-additions/config', function( $config ) { $config->plugin_menu_name = 'My Plugin'; $config->plugin_description = 'My Plugin Description'; $config->plugin_author = 'My Name'; $config->plugin_author_uri = 'My Website'; return $config; }, 10, 1 );
= How do I set a custom thumbnail for optimised videos
In version 1.9+ you have the option to choose 'custom thumbnail' within the settings of an Optimised Video module. You'll then be able to upload a thumbnail using a photo field.
In version 1.5+, you can simply add or edit a WPD Optimised Video and then choose 'Custom' under 'Aspect Ratio'. You will then see 2 fields for width and height. If you have a 4:3 aspect ratio, use '4' in width and '3' in height. The default is 16:9.
New animations are simply added to a module in exactly the same was as usual. In the Beaver Builder editor, edit a module, head to the Advanced tab, and then choose an animation from the animation dropdown field.
Simply edit your row, and check the 'WPD' tab for this setting.
Simply add/edit a photo module, and check the 'WPD' tab for this setting.
You can either: