On-the-fly image resizing and format conversion via Cloudflare.
https://{host}/{path-to-image}?w=300&q=80&fit=cover
| Param | Description | Default |
|---|---|---|
w | Width in pixels | — |
h | Height in pixels | — |
fit | scale-down, contain, cover, crop, pad | scale-down |
gravity | auto, left, right, top, bottom, center, or 0.5x0.2 | auto |
q | Quality, 1–100 | 85 |
format | avif, webp, jpeg, png — omit for auto-detect from browser | auto (Accept header) |
bg | Background colour for fit=pad, e.g. white or %23f5f5f5 | transparent |
?w=300 Resize width to 300, keep ratio ?w=400&h=400&fit=cover Square crop, smart gravity ?w=400&h=400&fit=pad&bg=white Square with white padding ?w=800&q=70 Lower quality for smaller file ?w=300&format=avif Force AVIF output
edge.competitions.com.auedge.competitions.co.nzedge.freestuff.com.auServed by Cloudflare Workers. Originals stored in S3.