mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
force autoplay on videos
This commit is contained in:
parent
83760a522e
commit
cb67a918d2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Video extends React.Component {
|
|||
frameBorder="0" // deprecated attribute
|
||||
height={this.props.height}
|
||||
scrolling="no" // deprecated attribute
|
||||
src={`https://fast.wistia.net/embed/iframe/${this.props.videoId}?seo=false&videoFoam=true`}
|
||||
src={`https://fast.wistia.net/embed/iframe/${this.props.videoId}?seo=false&videoFoam=true&autoplay=true`}
|
||||
title={this.props.title}
|
||||
width={this.props.width}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue