Is there a way to make JPGs progressive by default via the API?
I've added the following to my site/config.php file but user-uploaded images are often displayed as non progressive.
$config->imageSizerOptions = array(
'upscaling' => true, // upscale if necessary to reach target size?
'crop...