10 lines
192 B
Text
10 lines
192 B
Text
<iframe
|
|
width="100%"
|
|
height="<%= height %>px"
|
|
scrolling="no"
|
|
frameborder="0"
|
|
allowtransparency="true"
|
|
allow="encrypted-media"
|
|
src="<%= embed_link %>"
|
|
loading="lazy">
|
|
</iframe>
|