googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
445 stars 285 forks source link

make videojs-ima use same controls style, colours etc as videojs #1099

Closed spormeon closed 1 year ago

spormeon commented 1 year ago

Is there a quick and easy way to make videojs-ima use the same "controls" layout and colurs etc as videojs? Instead of having to pick my way through all the css etc. If not, i think this would be a good addition to add to the plugin: useVideoJsControls: true/ false

Kiro705 commented 1 year ago

Hello @spormeon ,

The plugin does not have any APIs allowing for ad controls customization outside of the disableAdControls setting.

My recommendation would be to customize the css or layout directly in your app for now. But can keep this open if someone is interested in adding this feature.

Thank you, Jackson IMA SDK team