Closed melvin2016 closed 4 years ago
EDIT: It's working now! I tried to decrease the quality with the options from the documentation.
{ jpeg: { quality: 80, webp: { quality: 13, reductionEffort: 6, }, }, png: { quality: 100, webp: { quality: 13, reductionEffort: 6, lossless: true, }, }, }
This the options I'm passing to the next-img plugin. But when I load the image from the browser. The image size is still the same
next-img
EDIT: It's working now! I tried to decrease the quality with the options from the documentation.
This the options I'm passing to the
next-img
plugin. But when I load the image from the browser. The image size is still the same