• Resolved jonesbre10

    (@jonesbre10)


    Hi,

    I just switched to the MesoColumn theme and all of the featured for my posts are getting cropped almost in half on the height. They are for the most part basically square images so I don’t see why this would happen and I can’t find a place to change the settings on this. Any information would help.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jonesbre10

    (@jonesbre10)

    *The featured “Images” for the post’s are getting cut off on the bottom

    Theme Author Richie KS

    (@rkcorp)

    add this to custom.css *rename custom-sample.css
    #post-entry div.post-thumb.in-archive {height: auto !important;}

    Thread Starter jonesbre10

    (@jonesbre10)

    Thanks worked great.

    Richie, I have the similar question. Featured images should not be cropped at all. I were using Atahualpa theme where this situation wasn’t there. Featured images should be resized to show full images rather than cropping them. Can you share the code to do it for all posts on all pages? For Slider too?

    Hi – I’m having the same issue, but that custom css code isn’t working for me. Any insights?

    Loving the theme!

    gettheheight.com

    P.S. Images are getting cropped differently on mobile, if that’s a clue …

    Using this now in the custom css and it’s letting me play around with the height …

    aside.home-feat-cat .feat-thumb {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    height:auto;
    max-height: 240px;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured Image Cropping’ is closed to new replies.