• Hello,
    I have a question. When i open any post and the featured picture is all resized. Is there a way all the images would be for example 300px high? I had it on my testing page (testmd.4fan.cz) but on the real page i have every picture looking different (iamfansite.com)

    thank you for answer!

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    Sorry for the delay. In you post options on the individual post edit page you should see the option to set a max height for your header image. Does this work for you?

    Hannah

    Hey,
    Just to make it clear if you set the max height you have to set the max width and both settings must be smaller then your image. So on your latest posts your image is only 600px wide. You have to set the max width at 600px or the image will never be resized.

    Kadence Themes

    Thread Starter iamfansite

    (@iamfansite)

    I quite dont understand it, i’d have to it for each post?
    however it says that the default height is 400 which isn’t probably working, some posts definitely have bigger pictures, for exmpla this one: https://iamfansite.com/2015/07/will-i-am-at-lax-3/

    Hey,
    Yes the default height setting is 400 but the default width is 848. If your image is not at least 848 wide then it can’t crop the height. Thats why your image is just outputting as is.

    If you don’t want to upload larger images or change on a post by post basis here is some css you can use just note that it will override for every post.

    .single-article article .postfeat.post-single-img {
        max-height: 400px;
        overflow: hidden;
    }

    You can add that in your theme options > advanced settings.

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post image to look all the same?’ is closed to new replies.