Automated image resizing
The image resizing feature is a custom feature that requires setup and integration, please contact Support if you would like to make use of it.
As the image resizer uses an external service, enabling this feature might be subject to extra costs depending on your licencing agreement with Adhese. Please contact us if you're unsure.
Adhese can use the AWS Lambda image resizing feature to automatically reduce the dimensions and file size of creatives.
When the feature is used, the image will be resized based on the width.[PX]value that is added to the URL. The logic that adds this value can be part of the advar template, or it can be provided client side.
Once the feature has been enabled in Adhese, you can specify the size to resize an image like so (request example):
https://img-hse.demo.be/pool/lib/10724_2nd_2.jpg.width.400 (mobile)
https://img-hse.demo.be/pool/lib/10724_2nd_2.jpg.width.800 (tablet)
https://img-hse.demo.be/pool/lib/10724_2nd_2.jpg.width.1200 (desktop)
With .width.{px} as what sets the resized image's size. Height scales automatically to maintain aspect ratio.