• Resolved malliendk

    (@diego1806)


    Hi everyone,

    Mesocolumn is n amazing theme, but since I had to reinstall my site I got an unsolvable problem with my featured images. They are being cropped on the home page, no matter what I do. There was a thread about this topic,

    https://ww.wp.xz.cn/support/topic/featured-image-cropping-3?replies=8,

    but it got closed and the answer to the question had not been given.

    I’m a complete code-noob and I modify everything online, I have no self-programmed child themes or something. The above topic says I just have to play with the pixel width and height, but whatever I do, it keeps cropping and cutting off the edges of the images. Even when I use i.e. 200*300 it enlarges it and cuts off the bottom. Can anyone please tell me EXACTLY what to do to stop the theme from cutting off the bottom and sides?

    My site is diegomallien.com

    Thank you so much!

    Cheers

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

    (@rkcorp)

    there’s a max-height on feat thumb, try add this to customize->general->custom css

    aside.home-feat-cat .feat-thumb {max-height:none;}

    Thread Starter malliendk

    (@diego1806)

    Wow that works!! So now only for the width. I tried the following:

    aside.home-feat-cat .feat-thumb {max-width:none;}

    But that doesn’t seem to work. Could you tell me how to set the maximum width to none as well?

    Theme Author Richie KS

    (@rkcorp)

    aside.home-feat-cat .feat-thumb img {width:auto;max-width:none;}

    why my featured photo dont work? can you check my site pls? thank you.
    foodhighways.com
    the only thing appears is empty box in my recent post.. dont have the photo

    Theme Author Richie KS

    (@rkcorp)

    you’re not using mesocolumn theme.

    Theme Author Richie KS

    (@rkcorp)

    remove this
    your code:
    aside.home-feat-cat .feat-thumb {max-width:none;}
    my code:
    aside.home-feat-cat .feat-thumb img {width:auto;max-width:none;}

    leave the max-width:100%..

    Thread Starter malliendk

    (@diego1806)

    It’s exactly how I want it now, thank you so much Richie KS!! Loving your amazing theme!

    Thread Starter malliendk

    (@diego1806)

    I would like to pick up this topic. I haven’t been working on my site for a long time, but now I see what the problem was before. I’ve used your custom CSS code

    aside.home-feat-cat .feat-thumb {max-height:none;}

    but now it seems the images are showing in their maximum size on the site. What I want is not this, but that they are showing in the exact size they have.

    http://www.diegomallien.com/

    The image of Category 1 is 300*199 and the image of category 2 is 1366*768, but they’re both showing in the same size.

    Thread Starter malliendk

    (@diego1806)

    .

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Featured image cropping 2’ is closed to new replies.