Embed Vimeo
Jake G May 07, 2021 #Features #Shortcodes #VideoZola has many shortcodes, and new are easily added, this example shows vimeo.
Vimeo
Usage
{{ vimeo(id="514402648") }}
id- the video id (mandatory)class- a class to add to the <div> surrounding the iframe (optional)autoplay- when set to "true", the video autoplays on load (optional)loop- when set to "true", the video plays on a loop (optional)noautopause- when set to "true", the video will not autopause (optional)title- set alt title for the iframe (optional, defaults to "Vimeo")cookie- set to "true" if you want tracking cookies, otherwise it defaults to false.
Output
<div class="yv">
<iframe src="https://player.vimeo.com/video/514402648?embedded=true&dnt=1" title="Vimeo" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>