remove transparent background for now; specify image width & height; punt the label over to the far RHS; to get around various layout problems in Chrome 44 and Safari 8
This commit is contained in:
parent
2c05515141
commit
9fd2bf0989
3 changed files with 12 additions and 9 deletions
|
@ -97,7 +97,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_ImageView_lhs">
|
||||
</div>
|
||||
<div className="mx_ImageView_content">
|
||||
<img src={this.props.src}/>
|
||||
<img src={this.props.src} width={this.props.width} height={this.props.height}/>
|
||||
<div className="mx_ImageView_labelWrapper">
|
||||
<div className="mx_ImageView_label">
|
||||
<div className="mx_ImageView_shim">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue