Is there a way to size the Spotify Play Button embed widget for the iOS web browser. When I view it from an iPhone, the player appears as max width (~450px) and max height (~800px) which are much bigger than my set 250x330px. I am embedding this as a widget on a wordpress site. My embed code is below.
<iframe src="https://embed.spotify.com/?uri=spotify:user:121423693:playlist:13BiALujfGYzQgNMhuffsJ&theme=white" width="250" height="330" frameborder="0" allowtransparency="true"></iframe>
Is there a something wrong with my code? I can’t seem to find any documentation regarding this widget on a mobile device. Thanks.
There was an bug a couple of weeks ago that in Safari on iOS always rendered the play button in its full glory even if the iframe was set to a smaller size, this issue has since been fixed.
I dont think we support smaller iframes than 250×80 (small view) or 250×330 (cover/list view)