Is there any way to remove the requirement for the video size? I’m building a responsive site and need to either get rid of the wrapping div surrounding the Brightcove player, which get inline styles attached to it, or at least get a class onto it so I can override the inline styles the plugin attaches.
I know I can do it after page load with Javascript but that’s a poor solution in my opinion.
Wanted to add the root of the problem is the width and height set on:
Line 55 of includes/classes/class-bc-video-shortcode.php
It at least needs a CSS class so we can override these with !important CSS values without having to resort to using JS hacks to make the block responsive.