docbrown/app/views/liquids/_spotify.html.erb
2019-11-18 18:31:56 -05:00

10 lines
192 B
Text

<iframe
width="100%"
height="<%= height %>px"
scrolling="no"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
src="<%= embed_link %>"
loading="lazy">
</iframe>