How can I \'stop\' a html5 video playback, and revert to poster image? Until this.play() is called, the poster image is showing properly.
this.play()
My code:
i used it and it is good with me
$('container video').hover(function () {$(this).get(0).play();} ,function () {$(this).get(0).load();});});