autoplay issue
chinkuskm opened this issue · 1 comments
i tried to Set autoplay to true but its not working
$('#youtube').spidochetube({
key : ''AIzaSyAXL6xRC3RjQdxL3w_3Zjvs1Pm8X2QYveA',
id: 'PLLZjbxN-Jxy81a05rIGy_G9leAul04MV8',
paging: 'loadmore',
max_results: 50,
autoplay: true,
complete : function(){
// Initialize the scroll plugin after the playlist is ready
$('#spidochetube_list').niceScroll({
cursorcolor : '#666',
cursorborder : '0px solid #fff',
autohidemode : false
});
}
CAN U SUGGEST ANY CHANGE
Thank you for the report and sorry for the delay
In fact there was a error on the documentation
please set autoplay: 1
and it must work (1 instead of true)
I updated the doc
I also set the autoplay option to 1 on the darkscroll demo so you can try this feature easily
https://tube.spidoche.com/demo/darkscroll/darkscroll.html
Please note that on modern browser (other than Internet explorer) autoplay will work only after start playing the first video.