docbrown/app/views/liquids/_vimeo.html.erb

9 lines
197 B
Text

<iframe
src="https://player.vimeo.com/video/<%= id %>"
width="<%= width %>"
height="<%= height %>"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>