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:
@@ -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"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user