For topics without images, I only want the topic title to be visible. Is there a way to do this?
I was able to do this with a little CSS
.topic-list-thumbnail.no-thumbnail {
display:none;
}
Thank you very much, thatās exactly what I was looking for.
A post was merged into an existing topic: How to display content excerpts in the theme component Topic List Thumbnails if no image in a topic?
Thanks to the authors. It is a great component.
There are some issues in masonry mode. When the thumbnails are retrieved from different ways, uploaded images, logos and images pulled from links and placeholder image, the current solution is using blur to take the unused width.
I think the better way is to use let thumbnail to take the whole width of the container and then let the height naturally take space while keeping image radio.
I tried to customize CSS but the issues like thumbnails and texts will conjuncture I cannot solve. I am expecting a newer version will solve it for me.
