HTML Audio/Video DOM Reference
Set the video to loop:
The loop property sets or returns if the audio/video should start playing over again when it is finished.
![]()
The loop property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
Set the loop property:
Return the loop property:
| Value | Description |
|---|---|
| true | Indicates that the audio/video should start playing again when it is finished |
| false | Default. Indicates that the audio/video should NOT start playing again when it is finished |
| Return Value: | Boolean, true|false |
|---|---|
| Default Value: | false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.