# Topic List Thumbnails

**URL:** https://meta.discourse.org/t/topic-list-thumbnails/150602
**Category:** Theme component
**Tags:** official, topic-list-thumbnails
**Created:** [May 6, 2020, 2:15pm UTC](https://meta.discourse.org/t/topic-list-thumbnails/150602 "2020-05-06T14:15:18Z")
**Posts on this page:** 1
**Showing post:** 171

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [May 28, 2021, 12:07pm UTC](https://meta.discourse.org/t/topic-list-thumbnails/150602/171 "2021-05-28T12:07:51Z")

</div>

Maybe you could use [Generic bbcode wrapper for theme components](https://meta.discourse.org/t/generic-bbcode-wrapper-for-theme-components/123516) to do something like

```plaintext
[wrap=hidden]
  ![image|612x500|hide](upload://cILOby5v31IEtJtbOEEDgXQPZ7Z.jpeg)
[/wrap]

```

Then some CSS like

```css
div[data-wrap="hidden"]{
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/topic-list-thumbnails/150602)._
