Images lose quality after WP resize (even with the jpeg quality filter at 100)
-
I’ve been recently having problems on multiple past client sites. The thumbnails that WP resizes are SUDDENLY grainy. They never were before, but they are now.
They are on varying versions of WordPress, and are not using the same plugins. Some are fully up-to-date on everything, some are far behind (on WP, their themes, and plugins).
And yes, this is on all of their sites:
add_filter('jpeg_quality', function($arg){return 100;});
I am completely stumped. Any ideas of what has happened?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Images lose quality after WP resize (even with the jpeg quality filter at 100)’ is closed to new replies.