We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e192815 commit 1e93e71Copy full SHA for 1e93e71
public/dplayer.htm
@@ -50,6 +50,7 @@
50
// { name: 'SD', url: 'https://example.com/your-video-sd.mp4', type: 'normal' }
51
// ],
52
},
53
+ autoplay: false, // 设置为手动点击播放
54
// 视频封面图片
55
poster: 'https://example.com/your-video-poster.jpg',
56
});
0 commit comments