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

10 lines
235 B
Text

<iframe
src="https://stackblitz.com/edit/<%= id %>?embed=1&<%= view %>&<%= file %>"
width="100%"
height="<%= height %>"
scrolling="no"
frameborder="no"
allowfullscreen
allowtransparency="true"
loading="lazy">
</iframe>