Skip to content

Commit

Permalink
🔧 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Apr 12, 2024
1 parent eb25af8 commit 1d8d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ImageLoader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export let alt = '';
export let width = 'w-full';
export let height = 'h-auto';
export let height = 'h-full';
export let ratio = 'aspect-auto';
export let rounded = 'rounded-lg';
const base = `${width} ${height} ${ratio} ${rounded}`;
Expand Down

0 comments on commit 1d8d5e2

Please sign in to comment.