• If there any way to disable default wp optimizer?
    I just dislike how it works with my products.
    I try to resize it with photoshop, and upload 500 px height image on wp.
    And then I check uploaded 500 px (full, not resized) photo and the original one.
    The uploaded without any resizing looks really bad.

    even if I am using this code

    add_filter('jpeg_quality', function($arg){
            return 100;
        });
    • This topic was modified 8 years, 5 months ago by Jek-fdrv.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jek-fdrv

    (@jek-fdrv)

    up

    Plugin Author TinyPNG

    (@tinypng)

    Hi Jek-fdrv,

    could you please send example images to [email protected]:
    the original image and the result image would help us investigate to why there is a significant loss in image quality.

    Could you also please send us a list of the active plugins you are currently using along side the TinyPNG plugin.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘If there any way to disable default wp optimizer?’ is closed to new replies.