|
@@ -86,6 +86,16 @@ Defines the height of the resulting image. When set to `0`, imgproxy will calcul
|
|
|
|
|
|
Default: `0`
|
|
|
|
|
|
+##### Dpr
|
|
|
+
|
|
|
+```
|
|
|
+dpr:%dpr
|
|
|
+```
|
|
|
+
|
|
|
+When set, imgproxy will multiply the image dimensions according to this factor for HiDPI (Retina) devices. The value must be greater than 0.
|
|
|
+
|
|
|
+Default: `1`
|
|
|
+
|
|
|
##### Enlarge
|
|
|
|
|
|
```
|
|
@@ -158,16 +168,6 @@ When set, imgproxy will apply the gaussian blur filter to the resulting image. `
|
|
|
|
|
|
Default: disabled
|
|
|
|
|
|
-##### Dpr
|
|
|
-
|
|
|
-```
|
|
|
-dpr:%dpr
|
|
|
-```
|
|
|
-
|
|
|
-When set, imgproxy will multiply the image dimensions according to this factor for HiDPI (Retina) devices. The value must be greater than 0.
|
|
|
-
|
|
|
-Default: `1`
|
|
|
-
|
|
|
##### Sharpen
|
|
|
|
|
|
```
|