# Soundcloud onebox too tall?

**URL:** https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563
**Category:** Bug
**Created:** [November 5, 2016, 11:39pm UTC](https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563 "2016-11-05T23:39:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mr8](https://avatars.discourse-cdn.com/v4/letter/m/f9ae1b/32.png) [@mr8](https://meta.discourse.org/u/mr8)
#### Post date: [November 5, 2016, 11:39pm UTC](https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563/1 "2016-11-05T23:39:51Z")

</div>

Just noticed that after a recent pupdate, the height for the Soundcloud onebox iframe is too ‘tall’ at 400 leaving a lot of blank space at the bottom:

 ![](https://global.discourse-cdn.com/meta/original/3X/b/c/bcce37c8a05832228a37354873fcd20883bf3fba.png)

Not sure what changed with the recent updates, but looking at the source it looks like the height in the iframe is the cause of the extra blank space:

```
<iframe width="100%" height="400"

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [November 6, 2016, 12:20am UTC](https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563/2 "2016-11-06T00:20:15Z")

</div>

I seem to remember we had special adjustments for this @techapj?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [November 6, 2016, 9:57am UTC](https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563/3 "2016-11-06T09:57:18Z")

</div>

This was regressed 3 days ago in [this commit](https://github.com/discourse/onebox/commit/e0711d4c33110ab417dc9615d8c2eca1a7818ba4). Fixed via:

[https://github.com/discourse/onebox/commit/c9827e4f575036970e5430110b73eeb782facb0c](https://github.com/discourse/onebox/commit/c9827e4f575036970e5430110b73eeb782facb0c)

Thanks for reporting it @mr8! 👍

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [November 6, 2016, 9:57am UTC](https://meta.discourse.org/t/soundcloud-onebox-too-tall/52563/4 "2016-11-06T09:57:21Z")

</div>


