From 67c6a90d64e5ba4f8e6cbc4f356be2f3e4e46661 Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Tue, 17 Feb 2026 04:11:42 -0600 Subject: [PATCH] Fix pixelated images in profile sidebar media grid Remove explicit imageRendering inline style that was interfering with the browser's default high-quality downscaling for thumbnails. Co-authored-by: shakespeare.diy --- src/components/ProfileRightSidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ProfileRightSidebar.tsx b/src/components/ProfileRightSidebar.tsx index 430cdd81..b0cdffa2 100644 --- a/src/components/ProfileRightSidebar.tsx +++ b/src/components/ProfileRightSidebar.tsx @@ -289,7 +289,6 @@ export function ProfileRightSidebar({ pubkey, fields }: ProfileRightSidebarProps src={item.url} alt="" className="w-full h-full object-cover" - style={{ imageRendering: 'auto' }} loading="lazy" /> )}