Dynamically using the first frame as poster in HTML5 video? Dynamically using the first frame as poster in HTML5 video? javascript javascript

Dynamically using the first frame as poster in HTML5 video?


Did you try the following?

just append time in seconds #t={seconds} to source URL:

  <video controls width="360">    <source src="https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/1080/Big_Buck_Bunny_1080_10s_1MB.mp4#t=0.1" type="video/mp4" />  </video>