mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 15:31:22 +02:00
Stop video tags autoplaying.
Properly, this time Fixes https://github.com/vector-im/vector-web/issues/995
This commit is contained in:
parent
f985232d29
commit
5e7eb3ee92
@ -72,7 +72,7 @@ module.exports = React.createClass({
|
||||
return (
|
||||
<span className="mx_MVideoBody">
|
||||
<video className="mx_MVideoBody" src={cli.mxcUrlToHttp(content.url)} alt={content.body}
|
||||
controls preload={preload} autoPlay="0"
|
||||
controls preload={preload} autoPlay={false}
|
||||
height={height} width={width} poster={poster}>
|
||||
</video>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user