I am using the Ruby template and am happy with it except for one aspect: I would like all images on the front page to appear at the size of the images in the Featured posts. For instance, if you look here:
You’ll see that the first and third images (Annette Peacock and Wayne Shorter) are closer to full-size than the second and forth.
Of course, I could make all entries Featured, but when I do that, I lose the text beneath the title (“Cover and record in great shape. Inner sleeve has small splits.” on the second (Smiths) entry.)
I’ve messed around with a bunch of the code and have changed a lot of things to my liking, but I can’t seem to figure this out.
Hi. Thank you for your response. I had tried that earlier and it seems to mess up the whole page for reasons I don’t understand. I’ve done it again so you can see.
<style>
.post-feed .featured .post-wrapper {
flex-direction: column;
justify-content: flex-end;
}
.post-feed .featured .post-excerpt {
/* The excerpt is hidden by default on featured posts. We don't want to do that */
display: unset;
}
</style>