• 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)
  • Plugin Support Gergana Petrova

    (@gpetrova)

    Hello @generosus,

    I have passed on your request to our plugin’s developers for further review. Once more information on the matter is available – we will update the topic here.

    Best Regards,
    Gergana Petrova

    Thread Starter Generosus

    (@generosus)

    Hi @gpetrova,

    Thank you. So you know, this topic was brought up 13 months ago. To date, no response from SGO’s developers. Frustrating ??

    Thread Starter Generosus

    (@generosus)

    Hi @gpetrova,

    Any updates? It shouldn’t be too hard to develop and publish the requested filter.

    Limiting the image compression levels to Low (25%), Medium (60%), and High (85%) is not appealing.

    In our case, we can use a 40-50% compresssion level. Using the standard 60% distorts our images.

    Thank you ??

    Plugin Support Plamen M

    (@plamenm)

    Hello @generosus ,

    The suggestion is passed to our developers. It is still under their review. There is still not a reply from them. They are handling requests by a FiFo sequence. We are monitoring it and will post an update as soon as they provide a reply.

    Your patience will be appreciated.

    Regards,
    Plamen.M
    Tech Support Team
    SiteGround.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need Filter | Custom Image Compression Level’ is closed to new replies.