Help Wizard

Step 1

NEXT STEP

Embed Player for artists not correct

Embed Player for artists not correct

When I try to use the embedded Spotify player for artists it is rendered incorrectly. For albums however, it renders just fine. It seems that the artists player has a 7px padding that pushes it to the right.

 

Try this:

 

<!DOCTYPE html>
<html>
<head>
	<title>spotify test</title>
</head>
<body>
	<iframe src="https://embed.spotify.com/?uri=spotify%3Aartist%3A1moxjboGR7GNWYIMWsRjgG" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
	<iframe src="https://embed.spotify.com/?uri=spotify%3Aalbum%3A6MBv8B6my7F0Yaz0JPsR8o" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
</body>
</html>

Or have a look at the same question on stackoverflow where the author says that the problem should not exist anymore. But I think it does...

Reply
0 Replies

Suggested posts