Skip to content

Commit

Permalink
fix(bottle): no bottle fallback image object fit
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 15, 2024
1 parent 5d107f6 commit 24bd207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bottle/src/app/bottles/Bottles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function Bottles() {
}}
>
<div style={{ width: '100%', height: '100%', position: 'relative' }}>
<Image src={NO_BOTTLE_IMAGE} alt="no bottle" fill />
<Image src={NO_BOTTLE_IMAGE} alt="no bottle" fill objectFit="contain" />
</div>
</div>
) : (
Expand Down

0 comments on commit 24bd207

Please sign in to comment.