Set this Filelink's transform_url to include the quality task
Signature
public function quality(int
$value )
Parameters
$value
—
int
This task will take a JPG or WEBP file and reduce the file size of the image by reducing the quality. If file is not a JPG, the original file will be returned. If after the conversion, the resulting file is not smaller than the original, the original file will be returned. Using quality as a seperate task is better when no previous image manipulations (no previous recompressions) have been done. (1 to 100)