jQuery.YoutubeBackground icon indicating copy to clipboard operation
jQuery.YoutubeBackground copied to clipboard

start option is ignored at video first play

Open manuel-84 opened this issue 8 years ago • 1 comments

just add @ line 270 before e.target.playVideo();

if (this.options.start > 0) e.target.seekTo(this.options.start);

manuel-84 avatar Jan 15 '16 15:01 manuel-84