pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.32k stars 429 forks source link

Seek bar #447

Open millzee01 opened 4 years ago

millzee01 commented 4 years ago

Hi,

Would it be potentially possible to create a custom seek slider so we can go to a certain position in the video?

or what about a playback rate option? to play video in slow motion?

something like the one on plyr.io?

pupunzi commented 4 years ago

Hi, you can create your custom slider to seek the video using the jQuery.fn.YTPSeekTo() method that is available with the API (https://github.com/pupunzi/jquery.mb.YTPlayer/wiki).

I'll introduce the speed control in the next release.

All the best, Matteo