FrontEnd.ro logo

DEMO

Elementul <video>

Exemplu de utilizare a elementului <video> ce specifică mai multe surse:


<video muted autoplay controls width="480" height="270">
  <source
    src="https://d3tycb976jpudc.cloudfront.net/demo-assets/audio-video/big-buck-bunny-video.mp4"
    type="video/mp4"
  />

  <source
    src="https://d3tycb976jpudc.cloudfront.net/demo-assets/audio-video/big-buck-bunny-video.avi"
    type="video/x-matroska"
  />

  <p>
    Browser-ul tău nu suportă fișiere video. Folosește
    <a href="https://d3tycb976jpudc.cloudfront.net/demo-assets/audio-video/big-buck-bunny-video.mp4">
      acest link
    </a>
    pentru a-l putea vizualiza.
  </p>

</video>

E vreo problemă cu acest demo? Corectează-l pe GitHub