Download: how to prevent image quality loss?

I have an original image with file sizes of 700x500 and 50kb.

How to prevent loss of quality when using the CDN -/resize/800x/-/stretch/off/api, if there is already a small file size?

+4
source share
1 answer

You can try the /quality/best/CDN URL modifier.

From the order documentation :

/ quality /: / mode

. , normal. . /quality/better/. -jpeg-.

normal, better, best.

+3

All Articles