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

This commit is contained in:
Tom
2020-07-02 10:06:54 -05:00
committed by GitHub
parent 426732f7b5
commit 7ed1d52001

View File

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