Dashboard
Expert Mode

Image Optimization

Automatically optimize and convert images to modern formats to reduce file size while maintaining quality.

Enable image optimization to configure the settings below. When disabled, images will be served without any modifications.

Image Resizing

Dynamically resize images by adding parameters to the URL. The original image is preserved, and resized versions are generated on demand.

Available Parameters

  • width - Set specific width
  • height - Set specific height
  • max-width - Limit maximum width
  • max-height - Limit maximum height

Example URLs

Resize to specific dimensions
https://example.com/image.jpg?width=800&height=600
Sets exact width and height
Resize maintaining aspect ratio
https://example.com/image.jpg?width=800
Height adjusts automatically
Resize with maximum dimensions
https://example.com/image.jpg?max-width=1200&max-height=800
Image scales down if larger than specified dimensions

AVIF Conversion

Recommended

Convert images to AVIF format for superior compression and quality. AVIF offers better compression than WebP while maintaining high image quality.

Enable AVIF conversion

WebP Conversion

Convert images to WebP format for better compression. WebP provides good compression with broad browser support.

Enable WebP conversion

Image Quality

Select the quality level for image compression. Higher quality results in larger file sizes, while lower quality provides better compression.