mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 07:37:46 +00:00
Adjust book cover images to all equal sizes to prevent bouncing
This commit is contained in:
parent
39ae2a6bd1
commit
c6a20f8f89
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export function ItemImage ( props ) {
|
|||
}
|
||||
else {
|
||||
return (
|
||||
<Card.Img variant='top' src={image} />
|
||||
<Card.Img style={{aspectRatio: "3/4"}} variant='top' src={image} />
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue