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.3k stars 431 forks source link

The stopAt function does not work #460

Closed neo191987 closed 4 years ago

neo191987 commented 4 years ago

Hi, first I want to thank you for the great plugin. I have a problem with the stopAt function, it no longer works. I also tested in your demo and it doesn't work there.

pupunzi commented 4 years ago

Hi, I just tested the stopAt parameter and it is working fine for me. do you have a webpage where I can see your issue? The stopAt must be expressed in seconds and should not be higher than the video duration. Let me know, M

neo191987 commented 4 years ago

Hi, I was able to fix the problem. For startAt I put 05 instead of 5, if it should start in 5 seconds and is already working properly.