# onebox中缩略图损坏导致的显示问题

**URL:** https://meta.discourse.org/t/display-issue-in-oneboxes-with-broken-thumbnail/134460
**Category:** Bug
**Created:** [2019年十一月26日 18:14 UTC](https://meta.discourse.org/t/display-issue-in-oneboxes-with-broken-thumbnail/134460 "2019-11-26T18:14:46Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2019年十一月26日 21:38 UTC](https://meta.discourse.org/t/display-issue-in-oneboxes-with-broken-thumbnail/134460/2 "2019-11-26T21:38:13Z")

</div>

啊，好的，我明白了，这来自主题 [New search operator "not" for tags only - #2 by jomaxro](https://meta.discourse.org/t/new-search-operator-not/52087/2?u=awesomerobot)

看起来可能与我们的懒加载图片有关……它应用了正确的内联定位（看起来这些都来自 `lazy-load-images.js.es6`），

```plaintext
position: absolute;
top: 82px;
left: 28px;

```

但宽度和高度却异常为：

```plaintext
width: 500px;
height: 500px;

```

~~我刚刚尝试了该帖子的“重建 HTML”选项，问题就解决了。该帖子发布在我们添加懒加载功能之前，所以我在想，这是否只是在该功能添加后我们重建所有帖子时的一个巧合？~~

哦，我说得太早了，现在它又以另一种方式出错了……而且它又自动修复了。有些奇怪的事情正在发生……如果我进行硬刷新，会暂时看到那张巨大的图片……

 ![28 PM](https://global.discourse-cdn.com/meta/original/3X/6/1/61bc73e18f38b12361cbb6660782e1dbb6348096.jpeg)

@dan 看起来你最近在那里做了一些更改……这是否可能与之相关？

再试一个 onebox……

> **[Recycling used skateboards into a new guitar](https://bbs.boingboing.net/t/recycling-used-skateboards-into-a-new-guitar/156153)**
>
> Originally published at: https://boingboing.net/2019/11/26/recycling-used-skateboards-int.html …

这是它在编辑器预览中的样子：

 ![04 PM](https://global.discourse-cdn.com/meta/original/3X/6/5/65e5059d1b59a14481d9e831b6669c6881de82b0.png)

---

_[View the full topic](https://meta.discourse.org/t/display-issue-in-oneboxes-with-broken-thumbnail/134460)._
