7 lines
404 B
Text
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>
|