Losing image quality for png images

Hi Mokriya,

I saw some issues with PNGs in the past which I resolved by adding auto=enhance to the string:

You can do this in your project by adding this to the end of your image url strings. So if you return your image URLs in a variable call img you can append the parameter like so:

const newUrl =`${img}&auto=enhance`

Let me know if this helps.

1 Like