feat(Card): change thumb fit mode to cover
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ function Card(
|
||||
src={thumb}
|
||||
width="100%"
|
||||
height="100%"
|
||||
fit="contain"
|
||||
fit="cover"
|
||||
lazy-load={props.lazyLoad}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user