docbrown/app/views/liquids/_spotify.html.erb
2022-01-06 15:49:35 -05:00

10 lines
227 B
Text

<iframe
src="https://open.spotify.com/embed/<%= type %>/<%= id %>"
width="100%"
height="<%= height %>px"
frameborder="0"
scrolling="no"
allowtransparency="true"
allow="encrypted-media"
loading="lazy">
</iframe>