Hi,
Is it possible to resize and fill a custom watermark according to wish?
Cannot find a way to do it. Watermark stays same size, and it’s not clear what is the image size.
Peter
Hi,
Is it possible to resize and fill a custom watermark according to wish?
Cannot find a way to do it. Watermark stays same size, and it’s not clear what is the image size.
Peter
Thank you for your question. I assume this is for player, and not encoding?
For player, we have this guide that specifies options for e.g. chaning the watermark: Bitmovin Docs - Player FAQ - How can I remove or change the watermark of the Bitmovin Player UI?
The styling of the watermark can be done via CSS - e.g.:
element.style {
width: 300px;
height: 300px;
background-size: cover;
}
I hope this helps
how to change watermark link? can you share complete javascript code? thanks
Yes, that would be very helpful. I walys get an error:
TypeError: Cannot read properties of null (reading ‘dataset’)