diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js index e87a018b79..262827c586 100644 --- a/client/src/templates/Challenges/video/Show.js +++ b/client/src/templates/Challenges/video/Show.js @@ -197,7 +197,9 @@ export class Project extends Component { } onReady={this.videoIsReady} opts={{ - rel: 0, + playerVars: { + rel: 0 + }, width: '960px', height: '540px' }}