• Resolved heyjoecampbell

    (@heyjoecampbell)


    I suggest the WordPress ShortPixel Image Optimizer plugin should disable the core WP image compression to ensure your API is receiving the best quality image for compression.

    add_filter('jpeg_quality', function($arg){return 100;});

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature Request: Disable WP Core Image Compression’ is closed to new replies.