10 lines
214 B
Text
10 lines
214 B
Text
<iframe
|
|
src="https://player.vimeo.com/video/<%= id %>"
|
|
width="<%= width %>"
|
|
height="<%= height %>"
|
|
frameborder="0"
|
|
webkitallowfullscreen
|
|
mozallowfullscreen
|
|
allowfullscreen
|
|
loading="lazy">
|
|
</iframe>
|