# 新 /about 横幅在移动设备上被裁切

**URL:** https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354
**Category:** UX
**Created:** [2024年九月1日 01:29 UTC](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354 "2024-09-01T01:29:30Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [2024年九月2日 23:13 UTC](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354/6 "2024-09-02T23:13:15Z")

</div>

这应该可以解决问题：

> <https://github.com/discourse/discourse/pull/28692>
>
> Before:
> 
> \<img src="https://github.com/user-attachments/assets/5f57fd2f-4b43-4e…b4-b8b8-4ae2b41f1a1a" width=500\>
> \<img src="https://github.com/user-attachments/assets/97c0e74e-d4a9-481e-9fa5-ae90c1e86576" width=300\>
> 
> After:
> 
> \<img src="https://github.com/user-attachments/assets/92a8f660-170b-480b-9338-daa9c8cef073" width=500\>
> \<img src="https://github.com/user-attachments/assets/2241161a-c343-41a4-8bed-758de19ac0dd" width=300\>

我们可能会添加支持以上传具有不同尺寸的用于移动设备的图片，但目前上面的 PR 应该能极大地改善移动设备上的情况。

---

_[View the full topic](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354)._
