fix(client): hide youtube suggestions (#39164)

pull/39168/head
Tom 2020-07-02 10:06:54 -05:00 committed by GitHub
parent 426732f7b5
commit 7ed1d52001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ export class Project extends Component {
}
onReady={this.videoIsReady}
opts={{
rel: 0,
playerVars: {
rel: 0
},
width: '960px',
height: '540px'
}}