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

7 lines
404 B
Text

<iframe
src="<%= "https://codesandbox.io/embed/#{id}#{query}" %>"
style="width:100%; height:calc(300px + 8vw); border:0; border-radius: 4px; overflow:hidden;"
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
loading="lazy"
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin">
</iframe>