We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa2756 commit 902e70aCopy full SHA for 902e70a
app/routes/users+/$username_+/__note-editor.tsx
@@ -193,8 +193,8 @@ function ImageChooser({ meta }: { meta: FieldMetadata<ImageFieldset> }) {
193
src={previewImage}
194
alt={altText ?? ''}
195
className="h-32 w-32 rounded-lg object-cover"
196
- width={516}
197
- height={516}
+ width={512}
+ height={512}
198
/>
199
{existingImage ? null : (
200
<div className="pointer-events-none absolute -right-0.5 -top-0.5 rotate-12 rounded-sm bg-secondary px-2 py-1 text-xs text-secondary-foreground shadow-md">
0 commit comments