How to stop the video in Divi background at the last frame - Stack Overflow

PHOTO EMBED

Wed Jun 15 2022 11:19:55 GMT+0000 (Coordinated Universal Time)

Saved by @sinhabhi

<script>
(function($) {
    $(document).ready(function() {
        $('.no-loop').each(function() {
            $(this).find('video').removeAttr('loop');
        });
        $('video').mediaelementplayer({
            autoRewind: false
        });
    });
})(jQuery);
</script>
content_copyCOPY

https://stackoverflow.com/questions/51516285/how-to-stop-the-video-in-divi-background-at-the-last-frame