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:

After:

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:
After:
