Imgix
ImageKit can translate transformations written in Imgix's syntax to ImageKit's syntax. Learn how to use a URL-rewriter on this page.
Beta feature
This feature is currently in beta. As a result, some transformations may work differently than expected.
The following Imgix transformations are supported for translation:
Imgix transform | Example translation | Remarks |
---|---|---|
width |
| |
height |
| |
aspect ratio |
|
|
crop |
|
|
fit |
|
|
fill | |
|
format |
|
|
quality |
| |
orient | |
|
fill-color |
|
|
bg |
|
|
dpr |
| |
sharp |
|
|
con |
|
|
usm |
|
|
usmrad |
|
|
blur |
|
|
trim |
|
|
Note: The rewriter will silently ignore any transformation with a valid key but an invalid value. For example,
h=100&w=<invalid>&blur=100
will be translated to h-100,blur-5.00
. Refer to the table to see what constitutes a valid value for different transforms.Last modified 11mo ago