Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #756900

    How can we tell the featured image to not be stretched on a single post page? We are posting a featured image that is very tall and it looks magnified when opening the post, you can see an example below in private thanks

    on a side note, any luck with this one? https://kriesi.at/support/topic/4-0-2-masonry-no-longer-display-the-right-category/

    #759845

    Hey kilimats,

    Sorry for the late reply and thanks for the login details. I get redirected to your home page when accessing the URL though, did you remove the page?

    Best regards,
    Rikard

    #759858

    link only works if you are logged in, make sure you are and then access the post here https://www.tradoto.com/configupdatedfor/2017/03/07/gc-3/

    #760412

    Hi,

    Not sure why it didn’t work yesterday, worked today though. I’m not sure if it’s what you are looking for but you can try to reduce the width by using CSS like this:

    .template-blog .big-preview {
        max-width: 50%;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    #760417

    I just added it but no changes, also looking at the code it seems like you would be limiting the width ? In this case we need to limit the height of the picture, for the width we want the featured image to take the whole width of the browser

    #761106

    Hi,

    Try adding this css code in Quick CSS:

    #top .fullsize .template-blog .big-preview img {
        width: auto;
        margin: 0 auto;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #761153

    You rock! that did the trick

    #761277

    Hi,

    You’re welcome. Glad we could help :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Featured image stretch on single post page’ is closed to new replies.