Image makes post events Onebox too big / dominant

I love the new Events Oneboxes:

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:

.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?

לייק 1