Skip to content
Discussion options

You must be logged in to vote

I remember that the theme resized the images instead of cropping it, but the image will take full width and fixed height (for keeping cards styling equal height and look well), so there will probably a part won't be viewable. The HBS theme layout is different, since the image take fixed height and auto width that preserve aspect ratio, which means you can view the full picture. Because of the difference of the layout, I don't see this will be changed in the new theme, unless we have an ideal solution.

But you can change the object position other than center by adding custom CSS.

.hb-blog-post-card-img {
    object-position: top;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Gordolin
Comment options

Answer selected by Gordolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants