<video
  class="{{className || ''}}"
  aria-label="{{ariaLabel || ''}}"
  style="background: url({{poster}});"
  :poster
  :width
  :height
  :src
  autoplay
  muted
  loop
  webkit-playsinline
  playsinline
/>