Avvyr Assets
On-the-fly image processing and delivery for the Avvyr platform. Request any asset with transformation parameters and receive an optimized, edge-cached response.
Example
https://assets.avvyr.com/path/to/image.jpg?width=800&height=600&fit=cover&fm=webp&q=80
Parameters
| Parameter | Values | Description |
|---|---|---|
| width, height | px | Target dimensions, capped at a combined 4000 px |
| fit | cover, contain, fill | How the image maps onto the target box |
| fm | webp, jpeg, png, gif | Output format conversion |
| q | 1 to 100 | Quality for webp and jpeg, default 80 |
| trim | flag | Auto-crop uniform background borders |
| pad | px | Padding around the image inside the target box |
| fill, fill-color | solid, hex | Solid background fill, e.g. fill=solid&fill-color=FFFFFF |