Overview
Sources
Libraries
Images API

Watermark Position watermark-position

Specifies the position where the watermark will be rendered in relation to the source image.

Values

The default value of this parameter is right,bottom.

For more information on how to specify positions visit the position values section.

Examples

If we don't specify a value for watermark-position by default right,bottom will be used:

GET
https://assets.imglab-cdn.net/woman-02.jpeg
Woman posing in the nature with imglab logo applied as watermark at default right-bottom position.
x px

If we want to render our watermark in the center of the source image we can use watermark-position=center,middle:

GET
https://assets.imglab-cdn.net/woman-02.jpeg?watermark-position=center%2Cmiddle
Woman posing in the nature with imglab logo applied as watermark at center-middle position.
x px

Or setting it to be centered in the bottom of the source image with watermark-position=center,bottom:

GET
https://assets.imglab-cdn.net/woman-02.jpeg?watermark-position=center%2Cbottom
Woman posing in the nature with imglab logo applied as watermark at center-bottom position.
x px