Adjust book cover images to all equal sizes to prevent bouncing
This commit is contained in:
parent
39ae2a6bd1
commit
c6a20f8f89
|
@ -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 New Issue