Hi,
Please share your site link and let me know the shortcode which you are using in blog home page. So that I can check and assist you accordingly. If you are using shortcode other than ‘[videmohome]’ then you need to adjust the player width and height in the following file. \wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php and find ” ## Flash player code”. Here you can fond the below code.
$output .= '<embed src="' . $this->_swfPath . '" flashvars="' . $flashvars . '" width="' . $width . '" height="' . $height . '" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" wmode="transparent">';
in the above code, find width=”‘ . $width . ‘” and replace with width=”300px”.
300px : Is your player width. You can adjust with your own value.
If you want to change the player width for all the pages, you can control in Admin -> Video Gallery -> Settings -> Display Configuration -> Here you can control the “Player Width”
If you have any other queries feel free to contact us.