在 Spotify 播放按钮小部件中容纳超过 8 个曲目
Fit more tracks than 8 in the Spotify Play Button widget
我有这个网站:
http://www.johnseabrook.com/playlists/
问题是我的客户想要显示完整的播放列表(有些最多有 15 首歌曲)。现在它仅限于 8 首歌曲,每个 Spotify 的最大高度为 720 像素。这有黑客吗?我尝试将 Iframe 高度(以像素为单位)和百分比更改为更大,但没有任何效果。提前致谢!!!
Spotify 播放按钮的工作方式是您实际上还需要增加 width
,例如
<iframe src="https://embed.spotify.com/?uri=spotify:user:1215385803:playlist:1BSFYwDOOQEGCA71QUJJw9" width="720" height="1280" frameborder="0"></iframe>
我有这个网站: http://www.johnseabrook.com/playlists/
问题是我的客户想要显示完整的播放列表(有些最多有 15 首歌曲)。现在它仅限于 8 首歌曲,每个 Spotify 的最大高度为 720 像素。这有黑客吗?我尝试将 Iframe 高度(以像素为单位)和百分比更改为更大,但没有任何效果。提前致谢!!!
Spotify 播放按钮的工作方式是您实际上还需要增加 width
,例如
<iframe src="https://embed.spotify.com/?uri=spotify:user:1215385803:playlist:1BSFYwDOOQEGCA71QUJJw9" width="720" height="1280" frameborder="0"></iframe>