Netlify Image CDN Every Netlify site has a built-in endpoint for on-the-fly image transformation. No configuration required for local images. Basic Usage Query Parameters | Param | Description | Values | |---|---|---| | | Source image path (required) | Relative path or absolute URL | | | Width in pixels | Any positive integer | | | Height in pixels | Any positive integer | | | Resize behavior | (default), , | | | Crop alignment (with ) | (default), , , , | | | Output format | , , , , , | | | Quality (lossy formats) | 1-100 (default: 75) | When is omitted, Netlify auto-negotiates the best form…