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,
|
||||
poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying
|
||||
plugins: { eventTracking: true },
|
||||
html5: { nativeControlsForTouch: true },
|
||||
};
|
||||
|
||||
videoJsOptions.muted = startMuted;
|
||||
|
|
Loading…
Reference in a new issue