URL format

Presets:

You can create custom transformations using presets to shorten the Scaleflex DMO urls. If you wish to apply the same transformations on many images, you can define presets and apply transformations only using the preset name (X). Presets are used to shorten Scaleflex DMO delivery URLs and also used for generating dynamic asset transformations upon upload.

Preset
Operations and filters
Description

car_x

h=100&w=400&func=crop

some test description

Example: //your-token.cloudimg.io/original_image_url/image.jpg?h=100&w=400&func=crop to be replaced by //your-token.cloudimg.io/original_image_url/image.jpg?p=car_x

Aliases:

Aliases can be used to shorten your Scaleflex DMO delivery URLs and hide parts of the asset folder path. Aliases must be prefixed and suffixed with underscores.

Alias
Redirect to

_dmo_sample_

http://sample.li

Example: //your-token.cloudimg.io/http://sample.li/image.jpg to be replaced by //your-token.cloudimg.io/_dmo_sample_/image.jpg

Please note that all aliases have to be unique for your account - aliases set in the alias section cannot be used in the Storage sections.

Due to the specific way aliases are matched, it is required to use only specific aliases that are not contained in part of other alias strings.

Example: If you define an alias _dmo_sample_ then you should not have:

  • _dmo_

  • _dmo_one_two_

  • _my_dmo_one_

Last updated