Hello Support,
Is there a way to make the featured post display as a rectangle so that the image doesn’t get cropped out. Currently when the featured image is created in the post it creates a square and the image gets cut off on the left and right.
We wanted to know if we can change it to rectangle so that more of the image is diplayed like the way you would see it when you click on the post eg. http://lw.bypundyk.com/liis-on-life-welcome-blog-2/
Hope to hear from you soon.
Thanks,
MP
Hey Marcelo!
I’m not entirely sure I understand what you mean, you want the featured image, like on this page: http://lw.bypundyk.com/blog/ to be rectangle shaped instead of squares, correct?
Regards,
Rikard
That is correct rectangle shaped so that the image doesn’t get cropped out too much.
Let me know if thats possible.
Thx.
MP
Hi!
You can use this to change the news thumb container size:
.news-thumb {
height: 36px;
width: 50px;
}
.news-thumb img, .news-thumb img {
height: 28px;
width: 42px;
}
Use the Simple Image Sizes plugin to adjust the widget thumbnail size. Regenerate the thumbnails after.
Regards,
Ismael