Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author steveturner2018

    (@steveturner2018)

    Hi kosss1977,

    Good question.

    At the moment the compression quality is set to the default of 80%. I found this gives the best results. In a future version they will be the ability to change it. But to save confusion and any rubbish images I have stuck to it. If you are confident about changing the value directly please open PLUGINS/mediawebp/classes/class-admin.php. Ln 266 and change it to
    imagewebp( self::$_img, $filearray[‘file’] . ‘.webp’, NEW_QUALITY_VALUE );
    e.g for 60% quality
    imagewebp( self::$_img, $filearray[‘file’] . ‘.webp’, 60 );
    Hope that helps ??

    Steve

    Thread Starter kosss1977

    (@kosss1977)

    Hi Steve!
    Thanks for your answere. Its a good plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘compression’ is closed to new replies.