We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46956a0 commit ca5b6abCopy full SHA for ca5b6ab
src/mapboxgl/overlay/VideoLayer.js
@@ -58,7 +58,7 @@ export class VideoLayer extends mapboxgl.Evented {
58
this.video.one('canplay', () => {
59
setTimeout(() => {
60
map.getSource(this.layerId).play();
61
- }, 1000);
+ }, 1500);
62
});
63
}
64
0 commit comments