Featured Image Quality
-
The quality of the featured image on my site seems to have been downgraded. The image size is 2000×1500 and I’ve tried both 72dpi and 300dpi versions. I have changed the media setting so that the maximum size is at 2000px I’ve also tried disabling image compression by adding a custom plugin with the following code:
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
The image still seems to have been compressed when viewing my site on the desktop. Is there a way to increase the quality of the featured image? What is the optimal image size and dpi so that the featured image does not look like it was horribly compressed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Featured Image Quality’ is closed to new replies.