• Hello, so I’m having a problem where adding images to pages and posts are losing their quality. I tried adding the following code to the functions.php file and also to the Custom CSS section through the WordPress dashboard and neither seem to be changing the results.

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

    Please, advise.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Quality’ is closed to new replies.