We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c43d7b commit 6f960baCopy full SHA for 6f960ba
1 file changed
src/Optimizer.php
@@ -82,6 +82,7 @@ public function __construct( $api_key, $http_client_class = '' ) {
82
'keep_exif' => 0,
83
'cmyktorgb' => 1,
84
'compression' => Optimizer::COMPRESSION_INTELLIGENT,
85
+ 'webp' => 0,
86
);
87
$this->separator = DIRECTORY_SEPARATOR;
88
}
0 commit comments