• Resolved mrveeen05

    (@mrveeen05)


    Good day!

    I am trying to add a featured image to my post but every time I add a featured image, the lower part gets cut off.
    Image Cropped

    Original size is 300×300 pixels.
    Uploaded Image

    If the windows size gets changed, usually into a mobile window size, the whole featured image gets resized to its original size. This is still in my local pc and not yet launched to my website.

    What is causing this? Thanks.

    • This topic was modified 5 years, 6 months ago by mrveeen05.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please go to wp-content->theme->yourtheme->style.css file and put below CSS.
    .wpnaw-news-post .grid-news-thumb .wp-post-image {object-fit: unset !important;}

    Please let me know if you have any other query.

    Thanks,

    Thread Starter mrveeen05

    (@mrveeen05)

    The problem with this is that if the image gets resized/squeezed, the image gets destroyed. Is there other ways? How about manually configuring the thumbnail image size? Is it possible? Thanks

    Plugin Support Rafik

    (@rafikwp)

    Hello,

    Please try this CSS

    .grid-news-thumb img{object-fit: contain;}

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image size always cropped bottom’ is closed to new replies.