Fix background-size being overwritten (#2382)
This commit is contained in:
committed by
Eugen
parent
3d3707a077
commit
72c984e105
@ -86,7 +86,7 @@ class Item extends React.PureComponent {
|
||||
href={attachment.get('remote_url') || attachment.get('url')}
|
||||
onClick={this.handleClick}
|
||||
target='_blank'
|
||||
style={{ background: `url(${attachment.get('preview_url')}) no-repeat center`}}
|
||||
style={{ backgroundImage: `url(${attachment.get('preview_url')})` }}
|
||||
/>
|
||||
);
|
||||
} else if (attachment.get('type') === 'gifv') {
|
||||
|
Reference in New Issue
Block a user