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

8 lines
307 B
Text

<iframe
width="100%"
height="<%= height %>"
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=<%= link %>&auto_play=false&color=%23000000&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true" loading="lazy">
</iframe>