horizon-ui/horizon-tailwind-react

Add object-fit: cover to user profile display image to prevent image stretching

Opened this issue · 0 comments

Problem:
The user profile display images in the TableTopCreators component on the NFT page are currently stretched. This affects the visual quality and appearance of the profile images.

Proposed Solution:
To address this issue, I propose adding the CSS style object-fit: cover to the image element. This will ensure that the images are displayed correctly without distortion.

Screenshots:
Before:
opensource1

After:
opensource2