bqworks / slider-pro

A modular, responsive and touch-enabled jQuery slider plugin that enables you to create elegant and professionally looking sliders.
MIT License
877 stars 390 forks source link

Autoplay video not working. #291

Closed brosoftsystem closed 3 years ago

brosoftsystem commented 5 years ago

I am using v1.5.0 libraries with YouTube slide.

But, on page load video not autoplay into slides.

//Video
reachVideoAction : 'playVideo',
leaveVideoAction : 'pauseVideo',
playVideoAction : 'none',
pauseVideoAction : 'startAutoplay',
endVideoAction : 'none',

There is no js error in console. Video start loading but not autoplay. Any help appreciated.

Thanks

davidghi commented 5 years ago

Hi. In some browsers the videos will not autoplay, without user action, unless they are muted. This is a browser policy.

Best, David