I'm wondering how to stop the MediaElement.js player at the end of the video. I wondered how to stop the mediaelement.js player at the end of a video. I was hoping to hold on the last frame and not rewind to show the first frame as it does now.
Is it possible to change this behaviour?
I believe that the default behavior of the
<video>
element is to go back to the beginning so you'd just need to override this by listening for the ended event.Hope that helps!