Need Filter | Custom Image Compression Level
-
Good Day,
Under “Media”, your plugin only offers three (3) compression levels for our images: Low (25%), Medium (60%), and High (85%). (Details)
Kindly provide a filter that will allow us to set a custom compression level for our images (all formats).
The filter provided by SGO applies only to WebP images.
Thank you ??
——————–
add_filter( 'sgo_webp_quality', 'webp_quality' ); function webp_quality( $quality ) { // Add the value you want to adjust as Webp image quality. $quality = 100; return $quality; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need Filter | Custom Image Compression Level’ is closed to new replies.