Répétition automatique Désolé, cette page est en attente de traduction en français You can enable loop playback in the settings var player = new Playerjs({id:"player", file:"video.mp4", loop:1}); Via JS API you can use the loop command player.api("loop",1); You can also create a custom button in the player UI for loop switching. |