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/
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
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/
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
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
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
You rock! that did the trick
Hi,
You’re welcome. Glad we could help :)
Best regards,
Nikko