fix autoplay on chrome and remove loop for m.video
This commit is contained in:
parent
d6b188751a
commit
c96fa7f15d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ module.exports = React.createClass({
|
||||||
return (
|
return (
|
||||||
<span className="mx_MVideoTile">
|
<span className="mx_MVideoTile">
|
||||||
<video className="mx_MVideoTile" src={cli.mxcUrlToHttp(content.url)} alt={content.body}
|
<video className="mx_MVideoTile" src={cli.mxcUrlToHttp(content.url)} alt={content.body}
|
||||||
controls preload={preload} autoPlay="false" loop
|
controls preload={preload} autoPlay="0"
|
||||||
height={height} width={width} poster={poster}>
|
height={height} width={width} poster={poster}>
|
||||||
</video>
|
</video>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue