wcarr310 / videojs-watermark

A videojs plugin that adds a watermark to videojs player
Other
50 stars 27 forks source link

It does not add the watermark on the player. #16

Open KKica opened 5 years ago

KKica commented 5 years ago

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.

image

KKica commented 5 years ago

It does add the div as a child of the video as intended image 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