[enhancement]: support using native image aspect ratio

This commit is contained in:
Kendall Garner
2024-05-25 11:15:30 -07:00
parent 961d1838c0
commit 38ed083693
13 changed files with 41 additions and 9 deletions
@@ -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%;
`;