You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: