10 lines
213 B
Text
10 lines
213 B
Text
<iframe
|
|
src="<%= "#{link}/embedded/#{build_options}/dark" %>"
|
|
width="100%"
|
|
height="<%= height %>"
|
|
scrolling="no"
|
|
frameborder="no"
|
|
allowfullscreen
|
|
allowtransparency="true"
|
|
loading="lazy">
|
|
</iframe>
|