Loops ... your player!

Play the video.   Set start and end times.    Effortlessly   loop  just what you want at the   speed   that you want.

00:00
00:00
00:00
 
These two code snippets will get everythying started!
div for video :
 <practise-master id="Hplayer" data-plyr-provider="mp4" controls crossorigin playsinline
        poster="https://2x.azureedge.net/pmcontainer/diyPopCover.jpeg">
        <source src="https://2x.azureedge.net/pmcontainer/diyPopFullSize.mp4"
            type="video/mp4"     size="1080">
    </practise-master>
CDN for PractiseMaster script :
<script type="module" src="https://cdn.jsdelivr.net/npm/practisemaster@latest/dist/PMbundle.js"></script>


... see specific features and more code →