Spotify Play Button小部件中的轨道数量多于8个

时间:2015-04-20 22:30:43

标签: iframe embed spotify

我有这个网站: http://www.johnseabrook.com/playlists/

问题是我的客户想要显示完整的播放列表(有些人最多有15首歌曲)。现在它仅限于8首歌曲,每个Spotify的最大高度为720px。这周围有黑客吗?我尝试更改Iframe高度(以像素为单位)和百分比更大但没有任何效果。提前谢谢!!!

1 个答案:

答案 0 :(得分:0)

Spotify Play按钮的工作方式是您实际上也需要增加width,例如

<iframe src="https://embed.spotify.com/?uri=spotify:user:1215385803:playlist:1BSFYwDOOQEGCA71QUJJw9" width="720" height="1280" frameborder="0"></iframe>