• Resolved Pravin

    (@pravinlpatel)


    Hi Ritchie,

    Would be great if you can help me to fit featured image which is not showing properly.

    Please look at image which is part of post but looks not good in category listing, https://snag.gy/efVCK.jpg

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Richie KS

    (@rkcorp)

    can’t really debug the problem using that single image. any live site?

    Thread Starter Pravin

    (@pravinlpatel)

    Richie, Thanks for reply.

    Yes it is live site, couponsnip

    Please let me know you’re findings & fix

    Theme Author Richie KS

    (@rkcorp)

    the thumbnail itself were cropped to that dimension, for example
    //www.couponsnip.in/wp-content/uploads/2015/02/paytm-coupon-codes-150×100.jpg

    so there’s nothing css can do..

    maybe try ‘medium’ featured image in wp-admin->theme option->post setting->featured image size

    Thread Starter Pravin

    (@pravinlpatel)

    Ok, Thanks Richie

    Can I reduce size of Images which are already set to medium?

    Theme Author Richie KS

    (@rkcorp)

    not sure what you mean? you can set the image width and height in the media setting. and the theme featured image will follow your setup.

    mean if you save your medium size to 300×300 then the featured image will have 300 width with var height etc..

    Thread Starter Pravin

    (@pravinlpatel)

    Hi Richie,

    I am able to re-size featured image after setting up Featured Image Size to Medium and applying CSS code,

    #custom #post-entry div.post-thumb img {
    Width: 150px;
    hight: 150px;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘fit featured image’ is closed to new replies.