• jmriddles

    (@jmriddles)


    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)
  • Thread Starter jmriddles

    (@jmriddles)

    Is this an automated reply? Cause that’s exactly what I did. And it’s not working.

    Thread Starter jmriddles

    (@jmriddles)

    Also, I add new media via the original file URL. I don’t use the media library.

    Thread Starter jmriddles

    (@jmriddles)

    Issue Resolved. The culprit was Jetpack.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Quality’ is closed to new replies.