Configuration
- Domain: ixo.world
- Status: Enabled
- Allowed Origins: ipfs.gateway.ixo.world
Usage
Transform images using the following URL format:Example
Responsive Images
Using width=auto
Automatically selects the best image size based on device:- 320px (mobile)
- 640px (tablet)
- 960px (laptop)
- 1920px (desktop)
Using srcset (Recommended)
Parameters
Resizing
width
width
- Description: Image width in pixels
- Example:
width=300
height
height
- Description: Image height in pixels
- Example:
height=200
fit
fit
- Description: Resizing method
- Example:
fit=cover
gravity
gravity
- Description: Focus point when cropping
- Example:
gravity=auto
Fit Options
scale-down: Resize to fit within dimensions, never enlargecontain: Resize to fit within dimensions, preserving aspect ratiocover: Resize and crop to fill dimensionscrop: Crop without scalingpad: Resize and add padding to match dimensions
Quality and Format
quality
quality
- Description: JPEG/WebP quality (1-100)
- Example:
quality=80
format
format
- Description: Output image format
- Example:
format=auto
sharpen
sharpen
Format Options
auto: Best format based on browserwebp: WebP formatavif: AVIF formatjson: Return image metadata
Limitations
- Maximum image area: 100 megapixels
- Maximum GIF/WebP animation: 50 megapixels
- Maximum file size: 70 MB
- AVIF format: Limited to 1,600 pixels max
- HEIC/HEIF formats: Not supported
Security
- Only images from allowed origins can be transformed
- SVG files are automatically sanitized
- Source image URLs must be from allowed origins
Examples
Thumbnail
Responsive Profile Image
Optimized Banner
High-DPI Image
Troubleshooting
- Verify source URL is in allowed origins
- Check image exists at source URL
- Ensure transformation parameters are correctly formatted
- Verify image size is within limits
Developer Resources
Security Guide
Security best practices
Examples
Implementation examples