# Image makes post events Onebox too big / dominant

**URL:** https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878
**Category:** UX
**Tags:** events
**Created:** [July 30, 2026, 1:18am UTC](https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878 "2026-07-30T01:18:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [July 30, 2026, 1:18am UTC](https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878/1 "2026-07-30T01:18:24Z")

</div>

I love the new Events Oneboxes:

> [@Webinar: Creating & Nurturing a Moderator Program](https://meta.discourse.org/t/webinar-creating-nurturing-a-moderator-program/398295):
>
> On 2026-03-19T04:00:00Z (UTC), we hosted our webinar: Creating & Nurturing a Moderator Program. One of the biggest themes throughout the session: moderation is not just cleanup. It is foundational to the long-term health, trust, and survivability of a community. A well-supported moderator program helps shape culture, reinforce norms, reduce friction, and create an environment where members actually feel comfortable participating over time. If you missed the session, you can watch the replay h…

However, when there is an image added to an event in the modal, this is also pulled through into the Onebox.

While this looks great, it makes the Onebox rather dominant - it takes up an enormous chunk of the post. While this makes sense on the Event topic itself, the effect is overpowering when you use one or more event Oneboxes in another post.

They don’t seem to explode like that on notification emails (at least not for PMs) fortunately.

I mitigate this at present by hiding the event image in Oneboxes, which works just fine for now:

```css
.discourse-post-event-onebox .event-image {
    display: none;
}

```

Would it be better if images aren’t pulled through in Oneboxes? Or perhaps a mini-version of the image?
