Video Player for WPBakery add-on for WPBakery Page Builder allow add YouTube, Vimeo and Self-Hosted videos (HTML5) to your WordPress website.
Video Player for WPBakery add-on for WPBakery Page Builder allows add YouTube, Vimeo and Self-Hosted videos (HTML5) to your WordPress website.
Features:
video-player-for-wpbakery.zip
to the install plugin pageAdd code below in theme’s functions.php
file or wp-config.php
file
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
or add code below in .htaccess
file
php_value upload_max_filesize 64M
php_value post_max_size 64M
= 1.0.1
Tested up to 6.1.1