Transfer images on-the-fly using query parameters. Cache headers are sent with the image for browsers to cache the image client-side.
Notice the ?w=800&q=90
at the end of the URL.
Specify width in pixels of the image. If no height (h
) is specified, the image automatically calculates the height to keep the image's aspect ratio.
Query parameter: w
.
Min value | 0 |
Max value | 8192 |
Specify height in pixels of the image. If no width (w
) is specified, the image automatically calculates the width to keep the image's aspect ratio.
Query parameter: h
.
Min value | 0 |
Max height | 8192 |
Specify the quality of the image.
Query parameter: q
.
Min value | 0 |
Max value | 100 |