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