Blurry images in WordPress
-
Can anyone tell me why when wordpress generates versions of my images as specified in my functions file, they end up blurry.
In my functions file I have:
add_image_size( 'medium-thumb', 867, 578, false); // no jpeg compression add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
Yet the medium-thumb images is exceptionally poor quality when compared to the original.
Here is an example:
https://defylife.co.uk/assets/images/posts/ireland-moher-sea-867×578.jpg
https://defylife.co.uk/assets/images/posts/ireland-moher-sea.jpgThe loss of sharpness and detail goes far beyond what you’d expect. In fact smaller scaled images should actually look sharper than larger images when viewed at 1:1
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Blurry images in WordPress’ is closed to new replies.