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 8d00574 commit 786b53eCopy full SHA for 786b53e
_sass/_custom.scss
@@ -1,7 +1,7 @@
1
/* Make all feature_row images the same size */
2
.feature__item .archive__item-teaser img {
3
width: 100px; /* or whatever size you want */
4
- height: 100px; /* set equal width/height for uniform square thumbnails */
+ height: auto; /* set equal width/height for uniform square thumbnails */
5
object-fit: cover; /* crop edges if needed so aspect ratio looks consistent */
6
border-radius: 6px; /* optional, looks nicer */
7
}
0 commit comments