{{ cms_video('hero') }}

cms_video will output:

<video controls="{{ data.controls }}">
  {% for source in data.sources %}
    <source src="{{ source.url }}" type="{{ source.type }}">
  {% endfor %}

  Your browser does not support the video tag.
</video>

Was this helpful?

Copyright © 2024 Blutui.