You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: