Features
Image Resize Feature
overview cloudfiles lets you resize and compress images directly through its shareable links with simple url parameters, you can define image dimensions, control quality, or limit file size—making it easier to deliver optimized visuals without any manual editing or external tools delivering the right image size is crucial for performance, bandwidth management, and design flexibility large images can slow down email load times, consume unnecessary bandwidth, and disrupt the visual consistency of web pages by resizing images on the fly, cloudfiles ensures that visuals are optimized for their intended use, enhancing user experience and operational efficiency note this is an add on feature that works only with cloudfiles library, aws s3, and azure blob storage please contact the cloudfiles support team to enable it for your organization use cases the image resize feature can be useful across multiple workflows sales and marketing teams can share compressed product images, banners, or visuals in client emails or pitch decks, improving load times and delivery performance it's also a powerful tool for automation workflows such as crm triggers, webhook based systems, or email campaigns for example, an automation that generates proposal documents or sends follow up emails can fetch a resized product image directly from the cloudfiles link—eliminating the need for manual resizing or compression parameters to use the resize feature, the image link must be downloadable (i e , include dl=1 ) once set, the following optional parameters can be added to the url width set the target image width in pixels height set the image height quality set image quality (1–100) max bytes limit the image file size in bytes example https //test cloudfiles io/hbn8q1gfxrb?dl=1\&width=1200\&max bytes=100000 this resizes the image to 1200px wide and compresses it to under 100kb—perfect for use in emails or embedding in lightweight pages note when max bytes is specified, cloudfiles automatically adjusts quality to fit the size limit, so you don’t need to handle compression manually