Hey, thanks so much for making and publishing this extension. I've been using it, it works very well and looks great. I've also made some different types of cards by wrapping them in different divs.
eg.
.modern-linkcards {
.ext-linkcards-card a .ext-linkcards-main {
color: #ffffff;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
text-align: right;
background: #00000050;
padding: 0.5rem;
margin-left: 0;
margin-right: 0;
}
.ext-linkcards-card a .ext-linkcards-main .ext-linkcards-title {
color: #ffffff;
margin-bottom: 0;
}
.ext-linkcards-card a .ext-linkcards-image {
height: 250px;
}
}
I would really like it if I could set a default image for pages that don't have a picture yet, similar to the RelatedArticles. Is there any chance you could implement this in the future?