docbrown/app/views/liquids/_vimeo.html.erb
2019-11-18 18:31:56 -05:00

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>