Skip to content

Commit ca5b6ab

Browse files
修复视频图层未播放
1 parent 46956a0 commit ca5b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapboxgl/overlay/VideoLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class VideoLayer extends mapboxgl.Evented {
5858
this.video.one('canplay', () => {
5959
setTimeout(() => {
6060
map.getSource(this.layerId).play();
61-
}, 1000);
61+
}, 1500);
6262
});
6363
}
6464

0 commit comments

Comments
 (0)