Skip to content

Commit

Permalink
refactor: change image preview aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
madkarmaa committed Nov 12, 2024
1 parent be9a474 commit 1c388b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Gallery.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
.image-container {
aspect-ratio: 1;
aspect-ratio: 4 / 3;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 1c388b0

Please sign in to comment.