We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cbcc7 commit 7d2558fCopy full SHA for 7d2558f
assets/hb/modules/blog/scss/post/_card.scss
@@ -1,5 +1,6 @@
1
.hb-blog-post-card-img {
2
height: $hb-blog-post-thumbnail-height;
3
+ min-height: $hb-blog-post-thumbnail-height; // fixed height for broken images.
4
object-fit: cover;
5
width: 100%;
6
transition: 0.3s;
0 commit comments