1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

s/autoplay/autoPlay/

This commit is contained in:
Matthew Hodgson
2015-11-29 03:25:55 +00:00
parent 0b483c4707
commit d6b188751a

View File

@@ -74,7 +74,7 @@ module.exports = React.createClass({
return (
<span className="mx_MVideoTile">
<video className="mx_MVideoTile" src={cli.mxcUrlToHttp(content.url)} alt={content.body}
controls preload={preload} autoplay="false" loop
controls preload={preload} autoPlay="false" loop
height={height} width={width} poster={poster}>
</video>
</span>