Overview
Sources
Libraries
Images API

Compose Position compose-position

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

Values

The default value of this parameter is center,middle.

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

Examples

If no compose-position value is specified by default compose image will be rendered over the center of the source image:

GET
https://assets.imglab-cdn.net/woman-03.jpeg
Woman posing with gradient used as compose image and default center compose position.
x px

In the following example we are setting the position with parameter compose-position=right,bottom to be in the right-bottom position:

GET
https://assets.imglab-cdn.net/woman-03.jpeg?compose-position=right%2Cbottom
Woman posing with gradient used as compose image and right bottom compose position.
x px