mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 08:04:18 -05:00
max size for card image
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -73,7 +73,7 @@ export default class CollectionHome extends React.Component {
|
||||
<hr />
|
||||
<div className="collection_left">
|
||||
<div className="card_img">
|
||||
<img src={API.base_image + this.card_img} />
|
||||
<img style={{maxWidth: '250px', maxHeight: '350px'}} src={API.base_image + this.card_img} />
|
||||
</div>
|
||||
<SearchForm handleContent={this.handleContent.bind(this)} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user