Hi there!
If you take a look at http://blog.orestes.io/2000/11/01/image-quality-test/ you'll see I'm using a Image Post format and the image looks quite blurry.
The original uploaded image was FullHD 1920x1080.
I took a look around the support forum and at http://www.skidoosh.co.uk/php/wordpress-jpeg-thumbnail-image-quality-setting-and-adjustment/ and tryied adding
function jpeg_quality_callback($arg)
{
return (int)100;
}
add_filter('jpeg_quality', 'jpeg_quality_callback');
both at the start and at the end of the file but It doesn't seem to have any effect :(
I made sure I regenerated the thumbnails with a plugin.
I'm not sure what can I try now... can you help me?
Edit: It just started working. I didn't have any cache plugins enabled thought...
Now I have a problem with the images inside the post, the border around them is looking weird, like it's missing the left-side padding:
http://blog.orestes.io/2000/11/01/image-quality-test-2/
Let me know if I should open a new thread for this other question.
Thank you!














