# Google Sheetプレビュー：何か方法はありますか？

**URL:** https://meta.discourse.org/t/google-sheet-preview-is-there-any-way/391504
**Category:** Support
**Tags:** onebox
**Created:** [2025 年 12 月 16 日午後 10:30 UTC](https://meta.discourse.org/t/google-sheet-preview-is-there-any-way/391504 "2025-12-16T22:30:44Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [2026 年 3 月 7 日午後 8:02 UTC](https://meta.discourse.org/t/google-sheet-preview-is-there-any-way/391504/10 "2026-03-07T20:02:59Z")

</div>

少し確認しましたが、ドキュメントの iframe 埋め込み用の特定のクラスはありませんでしたが、最大幅が `100%` になっているものの、実際の幅になっていないことに気づきました…それを `100%` に設定すると幅が広がり、高さはご自由に変更できます。

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/1/d/31d5f017546e1bcf91e2f340210e937b6d7bea2c.png)

```css
.post__regular .cooked {
    iframe {
      max-width: 100%;
      max-height: min(1000px, 200vh);
      width: 100%;
      height: 500px;
    }
}

```

---

_[View the full topic](https://meta.discourse.org/t/google-sheet-preview-is-there-any-way/391504)._
