Skip to content Skip to sidebar Skip to footer

Youtube Iframe Player Api - Disable Youtube Auto Resume Video Where I Left Off

I'm using the Youtube IFrame Player API to play a video from Youtube. I want the video to be played from the beginning but Youtube automatically resume the video from where I last

Solution 1:

Try to change the start:0 to start:1.

This should reset the video but I don't know the reason.

I tested with direct url with parameters.

  1. Example with start=0 example0
  2. Example with start=1 example1

You will see that start=1 will works correctly.

Post a Comment for "Youtube Iframe Player Api - Disable Youtube Auto Resume Video Where I Left Off"