Adjust transformationCDN delivery

backgroundColor

Fill transparent or padded areas with a background color. Use backgroundColor when you need non-transparent output or a consistent backdrop for delivered images.

Delivery URL

Use the Vyso CDN URL to transform and deliver this asset. Generated variants can be cached for subsequent requests.

https://cdn.vyso.io/background-color:color=%23ffffff/ASSET_ID.jpg

Parameters

Parameters for backgroundColor
ParameterTypeRequiredDescription
colorstringYesA supported CSS color name, hex value, or RGB/RGBA color.Default: #ffffff.

Examples

The same transformation, shown through the canonical CDN delivery integration.

curl -i "https://cdn.vyso.io/background-color:color=%23ffffff/ASSET_ID.jpg"

Every example requests the same CDN URL. Use the form that fits the application you are integrating.

Delivery behavior

The CDN applies the requested operation to the source asset and delivers the generated representation. Repeated requests can reuse the cached variant at the edge.

Back to all transformations