【发布时间】:2020-08-17 15:21:28
【问题描述】:
我正在使用 iframe 标签并在 src 中添加 Spotify 播放列表 url,请参见下面的示例:
<iframe class="myspotify-iframe" src="https://open.spotify.com/embed/playlist/3p5lcgvL0wxDeu32u3prL1" title="Spotify playlist" frameborder="0" allowtransparency="true" allow="encrypted-media">
</iframe>
以上代码在 chrome、firefox 和 safari 中运行良好。但播放列表无法在 IE11 中加载。
有什么建议可以解决这个问题吗?
【问题讨论】:
-
如您所见,Spotify 不支持 IE。如果您认为它可以回答您的问题。我建议您将有用的建议标记为已接受的答案。它可以在未来帮助其他社区成员解决类似的问题。感谢您的理解。
标签: iframe internet-explorer-11 spotify