# 图片使帖子事件 Onebox 过大/过于突出

**URL:** <https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878>\
**Category:** UX\
**Tags:** events\
**Created:** [2026年七月30日 01:18 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\
**Showing post:** 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:** [2026年七月30日 01:18 UTC](https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878/1 "2026-07-30T01:18:24Z")

</div>

我很喜欢新的活动 Onebox：

> [@网络研讨会：创建与培养版主计划](https://meta.discourse.org/t/webinar-creating-nurturing-a-moderator-program/398295):
>
> 在 2026-03-19T04:00:00Z (UTC)，我们举办了网络研讨会：创建与培养版主计划。 整个会议的一个核心主题是： moderation 不仅仅是清理内容，它是社区长期健康、信任和存续的基石。 一个得到良好支持的版主计划有助于塑造文化、强化规范、减少摩擦，并营造一个让成员长期感到舒适并愿意参与的环境。 如果您错过了本次研讨会，可以在此观看回放： [[Creating Nurturing Moderator Program] ](https://www.youtube.com/watch?v=6t0ka21Reuc)moderation 的影响 在讨论中，我们探讨了随着社区成长，moderation 需求如何变化： 较小且高度信任的空间可能依赖少数深度参与的版主，以关系化和非正式的方式进行 moderation。 大型企业或公共社区通常需要更清晰的结构、升级路径、审批流程以及 moderation 工具。 最激烈的讨论之一围绕这样一个观点展开：moderation 对不发帖的成员的影响，与对发帖的成员的影响同样重要。 …

但是，当在模态框中的活动添加图片时，该图片也会被拉取到 Onebox 中。

虽然这样看起来很棒，但这使得 Onebox 过于显眼——它占据了帖子中巨大的篇幅。虽然在活动主题本身这样做是合理的，但当你在一篇帖子中使用一个或多个活动 Onebox 时，这种效果会显得过于突兀。

幸运的是，它们似乎在通知邮件中（至少私信不是这样）不会出现这种爆炸式的效果。

目前我通过在 Onebox 中隐藏活动图片来缓解这个问题，这暂时运行良好：

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

```

如果 Onebox 中不拉取图片会不会更好？或者也许可以使用图片的迷你版本？

---

_[View the full topic](https://meta.discourse.org/t/image-makes-post-events-onebox-too-big-dominant/408878)._
