Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUESTION: Ad bug in upper-left hand corner #508

Open
sw8wm2013 opened this issue Dec 30, 2019 · 1 comment
Open

QUESTION: Ad bug in upper-left hand corner #508

sw8wm2013 opened this issue Dec 30, 2019 · 1 comment

Comments

@sw8wm2013
Copy link

Question:

Is it possible to add an Ad Bug/image in the upper-left hand of the ad roll. I'm using video.js and contrib-ads in a React app. I've looked through the documentation and don't see anything that seems to point me in the right direction. TIA.

@marguinbc
Copy link
Contributor

Hello! This plugin is really only intended to provide an integration layer between video.js and an ad implementation like googleads/videojs-ima3 which handles requesting, displaying and playin ads. As far as I know with IMA3, you can't add an ad/bug or image to the ad roll.

It might be possible, at least with an inline player (as opposed to native/fullscreen on say iOS) to place a videojs overlay (https://github.com/brightcove/videojs-overlay) on top of the ad container with your bug/image. You could use contrib-ads to listen for the event ads-ad-started and showing your overlay then and removing it on ads-ad-ended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants