Video

<video controls preload="none" poster="../../temp/video-poster.jpg" width="640" height="340">
  <source src="../../temp/video.mp4" type="video/mp4">
  <p>  <a href="../../temp/video.mp4">Download the file</a>.
</video>
<video controls preload="none" poster="{{ poster | path }}" width="{{ width }}" height="{{ height }}">
  <source src="{{ src | path }}" type="{{ type }}">
  <p> {{ fallbacktext }} <a href="{{ src | path }}">{{ fallbackLink }}</a>.
</video>
{
  "width": "640",
  "height": "340",
  "src": "/temp/video.mp4",
  "type": "video/mp4",
  "poster": "/temp/video-poster.jpg",
  "fallbackText": "Your browser does not support the video element.",
  "fallbackLink": "Download the file"
}

There are no notes for this item.