add autoplay for video in slick carousel
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I use slick carousel http://kenwheeler.github.io/slick/ on my page and now I need to add video with autoplay in it. I use this code HTML <div class = "main-slider" id = "main-slider" > <div> <div class = "video-wrapper" > <video autoplay loop class = "pageBackground-video" > <source src = "/Content/video/332145276.mp4" type = "video/mp4" > </video> </div> </div> <div> <div class = "video-wrapper" > <video autoplay loop class = "pageBackground-video" > <source src = "/Content/video/332145276.mp4" type = "video/mp4" > </video> </div>