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
The displayed image resolution is currently quite low, and it does not take into account the correct aspect ratio, resulting in stretched images. See the screenshot below comparing Dashbrd and Blur.io.
To fix the resolution issue, a simple solution is to replace the Cloudinary path from /thumbnailv2/ to /scaled/, also enabling the loading of gif images instead of static ones. Example:
Describe the bug
The displayed image resolution is currently quite low, and it does not take into account the correct aspect ratio, resulting in stretched images. See the screenshot below comparing Dashbrd and Blur.io.
Possible Solution
As mentioned here https://docs.alchemy.com/reference/nft-api-faq#how-can-i-resize-a-thumbnail-and-maintain-the-original-resolution-and-aspect-ratio,
To fix the resolution issue, a simple solution is to replace the Cloudinary path from
/thumbnailv2/
to/scaled/
, also enabling the loading of gif images instead of static ones. Example:https://res.cloudinary.com/alchemyapi/image/upload/w_512,h_512/scaled/eth-mainnet/eca1c33c4e569ce7c4dee9a477ad945e
The text was updated successfully, but these errors were encountered: