mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
[enhancement]: support using native image aspect ratio
This commit is contained in:
@@ -63,7 +63,7 @@ const BackgroundImage = styled.img`
|
||||
height: 150%;
|
||||
user-select: none;
|
||||
filter: blur(24px);
|
||||
object-fit: cover;
|
||||
object-fit: var(--image-fit);
|
||||
object-position: 0 30%;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user