I have this code
<video id="primorvid" onclick="this.paused ? this.play() : this.pause();" poster="http://primor.m-sites.co.il/wp-content/uploads/2016/08/Untitled-18.jpg" width="1903" height="564">
<source src="http://primor.m-sites.co.il/wp-content/uploads/2016/08/Primor-V.4-HD.mp4" type="video/mp4" />
</video>
the video works, it shows a poster image before i click the video, and the play/pause is working fine-
how do i proceed from here if i want the poster to reappear again after i pause the video?
Thank you very much David