Don't preload videos (#1780)

This commit is contained in:
WithoutPants
2021-09-30 09:50:30 +10:00
committed by GitHub
parent bc6d04dc2a
commit 9e541956f2
2 changed files with 2 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ export class ScenePlayerImpl extends React.Component<
height: "100%",
cast: {},
primary: "html5",
preload: "none",
autostart:
this.props.autoplay ||
(this.props.config ? this.props.config.autostartVideo : false) ||