| autoplay |
autoplay |
Specifies that the video will start playing as soon as it is
ready |
| controls |
controls |
Specifies that controls will be displayed, such as a play
button. |
| height |
pixels |
Specifies the height of the video player |
| loop |
loop |
Specifies that the media file will start over again, every
time it is finished. |
| preload |
preload |
Specifies that the video will be loaded at page load, and ready
to run. Ignored if "autoplay" is present. |
| src |
url |
Specifies that the URL of the video to play |
| width |
pixels |
Specifies the width of the video player |