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

Player not wordking in post loop (WordPress) #502

Open
Rob-Nengerman opened this issue Oct 8, 2019 · 1 comment
Open

Player not wordking in post loop (WordPress) #502

Rob-Nengerman opened this issue Oct 8, 2019 · 1 comment

Comments

@Rob-Nengerman
Copy link

Description

What happens is that only the first video out of the post loop is handled correctly. The rest do not display ads.

Steps to Reproduce

Load the following page: https://klankwijzer.tv/new-player/ the issue becomes apparent immediately.

Expected Results

Al the videos from the post loop should have a preroll.

Versions

videojs 7.5.6
videojs-contrib-ads 6.6.5

@mister-ben
Copy link
Contributor

There's only one Video.js player on the page, the rest are plain video elements. All the video elements have the same id attribute, which is not valid HTML. You'll need to give them unique ids.

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