• I understand WordPress creates smaller versions of the original image file.

    These versions are blurry in comparison to the original which is a big issue as a photographer.

    I set up this page you can see the difference https://www.jamieknop.com/test/

    How can I stop WordPress compressing the images?

    I tried adding the below to the functions.php file and regenerating the thumbnails but no luck.

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

    Thanks,
    Jamie

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Stop WordPress compressing images? – Quality is terrible’ is closed to new replies.