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
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
I am using this code const watermarkOptions={ image:'https://dotsub.com/static/players/beta/player-logo.png', url: 'https://dotsub.com' } player.watermark(watermarkOptions);
However the watermark appears below the video.
The text was updated successfully, but these errors were encountered:
It does add the div as a child of the video as intended
However for some reason the classes in videojs-watermark.css are not added to the element in DOM.
If I do copy the classes in another location where I have included the stylesheet the classes are added to the DOM
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using this code
const watermarkOptions={ image:'https://dotsub.com/static/players/beta/player-logo.png', url: 'https://dotsub.com' } player.watermark(watermarkOptions);
However the watermark appears below the video.
The text was updated successfully, but these errors were encountered: