Soundcloud 破坏了嵌入下方的整个网站?

Soundcloud breaks entire website below the embed?

我在这个网站上使用 Foundation,我不确定这是否是问题的一部分,但我试图将 Soundcloud 嵌入到我客户的网站中,它破坏了嵌入下方的整个网站!任何想法为什么?除了这些,我不确定您还需要什么信息,请告诉我!

这是嵌入代码:

<div class="large-12 columns">
    <iframe width="600px" height="600px" scrolling="yes" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/109522071&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" class="soundcloud">
</div>

在这下面我基本上只有一个页脚,但它甚至切断了一些 < br > 我拥有的标签。有什么想法吗?

添加结束 iframe 标签。

<div class="large-12 columns">
    <iframe width="600px" height="600px" scrolling="yes" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/109522071&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" class="soundcloud"></iframe>
</div>