Reply To: Problem: Featured Image scales awefully

#1155
livemesh
Keymaster

Hi,

This is the normal behavior when you give a smaller sized image. You have to set a bigger image as featured image for the posts, just like what we have done in our demo site.

If you don’t want the featured image to be displayed then you can paste the following code in the custom css section of the Theme Options.

.single .post-3943 img.featured { display:none; }

Thanks.