Image Resizing

Our CDN endpoint now includes an automatic image resize (thumbnail) mechanism. This feature allows you to easily add the desired image size to the CDN path as a suffix. For instance, if you want to resize an actor image, you can do so by adding the dimensions after the image URL like so:

https://media.oxolo.com/actors/0000f13e-4a15-4e4e-b496-94ec6e0ae60d.png-200x120.

You can specify the image size in one of three ways:

widthxheight
to set predefined dimensions
0xheight
to set a predefined height, with the width calculated automatically to maintain the aspect ratio
widthx0
to set a predefined width, with the height calculated automatically to maintain the aspect ratio