• Resolved sfoxe

    (@sfoxe)


    Great plugin – it’s definitely working well, but the output is super pixelated. Can you please update the plugin so when generating JPG thumbnails it adheres to the WordPress setting for ‘jpeg_quality’? That way we can override that setting at a global level and have it apply with your plugin too.

    Looks like it’s the function saveIm, line #163 of class-square-thumbnails-admin.php, adding another parameter to specify the jpeg_quality.

    eg:

    elseif($mime=='image/jpeg'){
      imagejpeg($newim, $f, apply_filters('jpeg_quality', 80));
    }
  • The topic ‘Thumbnail not using WordPress jpeg_quality setting’ is closed to new replies.