parent
22da6fee69
commit
88f4329d34
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying
|
poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying
|
||||||
plugins: { eventTracking: true },
|
plugins: { eventTracking: true },
|
||||||
|
html5: { nativeControlsForTouch: true },
|
||||||
};
|
};
|
||||||
|
|
||||||
videoJsOptions.muted = startMuted;
|
videoJsOptions.muted = startMuted;
|
||||||
|
|
Loading…
Add table
Reference in a new issue