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 <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-17 04:11:42 -06:00
parent 9904b30807
commit 67c6a90d64
-1
View File
@@ -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"
/>
)}