sync CSS classnames with current react component names

This commit is contained in:
Matthew Hodgson 2016-01-03 00:11:11 +00:00
parent 15f19be408
commit 441a9540ca
7 changed files with 16 additions and 16 deletions

View file

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