Resizing Watermark

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 @peter.vanvogelpoel

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