• 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.

    Thanks

    https://wordpress.org/plugins/brightcove-video-connect/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ytilis

    (@ytilis)

    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.

    Plugin Contributor Chris Wiegman

    (@chriswiegman)

    I’m adding this to our feature request list. While I can’t promise it in the next release I can promise it will be worked on.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Video Size?’ is closed to new replies.