mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
[enhancement]: support using native image aspect ratio
This commit is contained in:
@@ -46,7 +46,7 @@ const MetadataWrapper = styled.div`
|
||||
`;
|
||||
|
||||
const StyledImage = styled.img`
|
||||
object-fit: cover;
|
||||
object-fit: var(--image-fit);
|
||||
border-radius: 4px;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user