Blog Post Featured Images/Thumbnails are blurry regardless of resolution

There is an issue with blog post images in the home page thumbnails and on the posts themselves being blurry that was only evident when I switched to Pro/Child theme.

URL is nbsprotection.com

Oddly, in the editor they are fine (at apparently the same size) but in the published views they are blurred. I forced a resize in additional CSS and it corrected the blur on the posts but the images are now too small and this did not correct the issue with the thumbnails (code you provided to another user, as follows:

body .entry-featured {
display: inline-block;
}

body .entry-thumb {
display: inline-block;
}

body .entry-thumb img {
min-width: 0;
}

.entry-featured
{
width:100% !important;
height:100% !important;
}
)

I’ve looked at several blog post topics on the subject and nothing has corrected the issue. I can live with the smaller image sizes if they can be set to center on the blog posts but the thumbnails are not acceptable. Please advise. I have temporarily removed the additional CSS pending a response so you can see the effect on the full sized images (the were enlarged but AI Sharpened.)

Note: This was NOT an issue using the original Yith theme we were using, it only happened when we switched to Pro-Child theme.

I can provide a temporary login/password.

Hello Jodi,

Thanks for writing in! The featured images are blurry because it is coming from a cached image version generated by Jetpack. Temporarily deactivate Jetpack plugin. You may also need to install the Regenerate Thumbnails plugin and start the process so that you will have freshly regenerated thumbnail sizes fit for the Pro theme.

Kindly let us know how it goes.

Hi Ruenel. So sorry for the delay in getting back to you. Deactivating Jetpack resolved the issue but the plugin did not when Jetpack was reactivated. Looks like it was the fault of Jetpack CDN acceleration. Thanks for pointing me in the right direction.

Hi Jodi,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.