Open csar56 opened 9 years ago
This is partly possible by adding the following lines into config.php:
$config->quality_small = 90; // for the bigger views (1200px)
$config->quality_mini = 90; // for thumbnails
90 is the default compression value.
However, the big view size is hardcoded everywhere to 1200 now, so it would be great to see that as a variable to be set in config.php, too.
How about an option to change Image resolution and compression?