Skip to content

Spotify embed not rendering when published[Bug report] #1804

Discussion options

You must be logged in to vote

Try adding the data-responsive="false" attribute inside the <iframe> tag (docs ref)

So it would look like this:

<iframe 
  data-responsive="false" 
  style="border-radius:12px" 
  src="https://open.spotify.com/embed/album/2lIZef4lzdvZkiiCzvPKj7?utm_source=generator" 
  width="100%" 
  height="352" 
  frameBorder="0" 
  allowfullscreen="" 
  allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" 
  loading="lazy">
</iframe>

Similar issues:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Disdainz
Comment options

Answer selected by Disdainz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants